Your AI-Powered Email Sidekick for Gmail
MailMon is a Chrome Extension that enhances your Gmail experience. It helps you draft emails quickly using AI and keeps your inbox organized with smart summarization and history tracking.
-
AI Email Generation:
- Write emails instantly in Formal, Casual, or Professional tones.
- Powered by open models (Mistral, DeepSeek) via OpenRouter.
-
Smart Summarization:
- Summarize long threads by generating a concise, bulleted summary of the current email.
-
Seamless Integration:
- Adds an icon directly into your Gmail Compose and Reply toolbar.
- Opens a side panel so you can work without leaving your tab.
-
History and Export:
- Successfully sent emails are tracked locally.
- Export to CSV anytime to keep your own logs.
- Clone or Download:
git clone https://github.com/priyam-that/MailMon.git
- Load in Chrome:
- Open Chrome and go to
chrome://extensions/. - Toggle Developer mode (top right).
- Click Load unpacked.
- Select the
MailMonfolder.
- Open Chrome and go to
To use the AI features, you need a free API key from OpenRouter.
- Open Gmail.
- Click the MailMon icon (either in the toolbar or next to the Send button).
- Click the Settings icon in the sidebar.
- Paste your OpenRouter API key.
- (Optional) Select your preferred AI model (for example, Mistral 7B Free).
- Click Save.
- Click Compose in Gmail.
- Click the MailMon icon next to the Send button.
- Select a tone and type a short prompt (for example, "Ask for a refund").
- Click Generate Email.
- Open any email thread.
- Open the MailMon sidebar.
- Click Summarize Current Email.
- Review a bulleted list of key points.
- Your data stays yours: Email history is stored locally in your browser using the Chrome Storage API.
- AI processing: Email content is sent to OpenRouter only when you explicitly click Generate or Summarize.
Pull requests are welcome. Open an issue to report bugs or suggest improvements. Give it a Star if you like it
Built with JavaScript and the Chrome Extensions API.