AI Email Reply Drafter
Generate email replies from inbox preview.
ai
PlugThis prompt
Build a Chrome extension called "AI Email Reply Drafter" that adds a "Draft reply" button next to each email in Gmail and Outlook on the web. Clicking sends the email's subject and body to OpenAI GPT-4 with a prompt to generate a concise, professional reply matching the tone of the original. Show the draft in a side panel with edit, copy, and "Insert into compose" actions. Options for tone (friendly, formal, terse) and user-supplied OpenAI key. Permissions: storage, activeTab. Host permissions: https://mail.google.com/*, https://outlook.live.com/*, https://api.openai.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.