Skip to content

Releases: Selfloom/smart-email-guard-demo

Smart Email Guard v1.0.1 — Store-Readiness Fixes

Choose a tag to compare

@ttcd77 ttcd77 released this 28 May 09:31

Code review fixes for Chrome Web Store / Edge Add-ons submission readiness.

Changes from v1.0.0:

  • Added homepage_url and author.email to manifest (required for store verification)
  • Added minimum_chrome_version: 93
  • Removed production console.log from background.js
  • Fixed default patterns mismatch (background had 7 phrases/type, now 10 matching content script)
  • Fixed icon files path (moved to icons/ subdirectory matching manifest reference)
  • Bumped version to 1.0.1

Full code review: see extension/code-review-2026-05-28.md in repo

Install: Download the zip, unzip, go to chrome://extensions, enable Developer mode, click 'Load unpacked', select the extension folder.

Smart Email Guard v1.0.0 — Never send an oops email again

Choose a tag to compare

@ttcd77 ttcd77 released this 28 May 07:01

Smart Email Guard v1.0.0

Catches missing attachments, forgotten links, and CC mistakes before you hit Send.

What's New (First Release)

  • Missing Attachment Detection: Warns when your email body mentions 'attached' but no file is added
  • Forgotten Link Detection: Warns when body says 'click here' / 'link below' but no URL is present
  • CC/BCC Guard: Warns on reply-all to threads that originally used BCC
  • 100% Local: No data ever leaves your computer. No analytics, no servers.
  • Works on: Gmail, Outlook Web, Yahoo Mail

Install

Download \smart-email-guard-v1.0.0.zip, unzip, go to \chrome://extensions/, enable Developer mode, click 'Load unpacked', select folder.

Full instructions: INSTALL.md

Try the Demo

Interactive Demo — test detection on sample emails before installing.

Coming in Pro (in development)

  • Custom keyword rules
  • Tone guard
  • Undo-send delay
  • Outlook desktop support

GitHub Repo | Privacy Policy | Selfloom