A powerful Chrome extension that automatically adds emails to Gmail recipients when composing messages.
- Bulk Email Queue: Add 50-100 emails at once using the popup tool
- One-by-One Addition: Emails are added sequentially to avoid overwhelming Gmail
- Duplicate Prevention: Automatically removes duplicate emails from the queue
- Auto-Remove: Emails are removed from the queue after successful addition
- Customizable Delay: Set delay between email additions (100ms - 5000ms)
- History Tracking: See recently added emails with timestamps
- Visual Status: Real-time status indicators for each email
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked button
- Select the
Auto Email Adderfolder - The extension icon will appear in your toolbar
The extension needs icon files. Create these PNG files in the icons/ folder:
icon16.png- 16x16 pixelsicon48.png- 48x48 pixelsicon128.png- 128x128 pixels
You can use the provided icon.svg to generate these or use any online converter.
- Open Gmail and click Compose to start a new email
- Click the Auto Email Adder icon in your Chrome toolbar
- Paste or type emails in the input box (comma-separated or one per line)
- Click "Add to Queue" - valid emails will be added
- Click "Start Adding" to begin adding emails to the recipients field
- Watch as emails are added one by one!
- Delay between emails: Controls how fast emails are added (default: 500ms)
- Auto-remove after adding: Removes emails from queue once added (default: ON)
- Remove duplicates: Prevents duplicate emails in queue (default: ON)
- Ctrl + Enter in the email input box: Quickly add emails to queue
- Make sure you're on Gmail (mail.google.com)
- Ensure a compose window is open
- Try refreshing the Gmail page
- Check that the extension has permission to access Gmail
- Verify the compose window is active
- Check that emails are in valid format (name@domain.com)
- Try increasing the delay between emails
- Make sure Gmail's interface hasn't changed significantly
Auto Email Adder/
├── manifest.json # Extension configuration
├── popup.html # Popup UI
├── popup.css # Popup styles
├── popup.js # Popup logic
├── content.js # Gmail interaction script
├── background.js # Background service worker
├── icons/ # Extension icons
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
└── README.md # This file
The extension requires these permissions:
- storage: Save email queue and settings
- activeTab: Interact with Gmail tabs
- scripting: Inject content script into Gmail
- host permissions: Access to mail.google.com
- All data (email queue, settings, history) is stored locally in your browser
- No data is sent to external servers
- The extension only accesses Gmail to add recipients
To update the extension after making changes:
- Go to
chrome://extensions/ - Find Auto Email Adder
- Click the refresh/reload icon
If you encounter issues, please check:
- Gmail is open and you're signed in
- A compose window is active
- The extension has necessary permissions
- Chrome is up to date
Version: 1.0.0
Created for: Gmail Auto Email Adding
Developer: ApexSofteck