One-Click Inbox Zero
Archive all read emails in Gmail with one click.
productivity
PlugThis prompt
Build a Chrome extension called "One-Click Inbox Zero" that adds an "Archive all read" button to Gmail's toolbar. A content script injects the button on mail.google.com. Clicking selects all currently visible read emails in the inbox view and triggers Gmail's archive action via the existing toolbar selectors. Include a confirmation modal showing how many emails will be archived. Options for: include/exclude starred, only archive emails older than N days. Permissions: storage, activeTab. Host permissions: https://mail.google.com/*. Manifest V3 with content script.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.