AI Email Writer
Quick emails even if you instruct with a different language
Vad är AI Email Writer?
AI Email Writer är en Chrome-tillägg utvecklad av raphaelquinones57, och dess huvudfunktion är "Quick emails even if you instruct with a different language".
Tilläggsskärmbilder
Ladda ner AI Email Writer-förlängningens CRX-fil
Ladda ner AI Email Writer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Introducing the AI Email Assistant Chrome Extension - the ultimate tool for busy professionals looking to save time and streamline their email communication. Powered by the latest GPT-3 system, our extension uses artificial intelligence to create emails for you that sound professional and accurate. Simply type in your intended message and let our AI do the rest. Whether you're looking to draft a quick reply to a client or need to send a personalized email to your team, our AI Email Assistant has got you covered. It can even handle more complex tasks, such as crafting emails for event invitations or promotional campaigns. With our extension, you'll be able to focus on more important tasks while still maintaining the high-quality communication that your business demands. Try it out today and see how AI can revolutionize your email game.
Grundläggande Information om Tillägg
Namn | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
Officiell webbadress | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
Beskrivning | Quick emails even if you instruct with a different language |
Filstorlek | 31.15 KB |
Antal Installationer | 3,731 |
Aktuell Version | 0.0.0.3 |
Senast Uppdaterad | 2023-01-25 |
Publiceringsdatum | 2023-01-08 |
Betyg | 3.17/5 Totalt 6 Betyg |
Utvecklare | raphaelquinones57 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Email Writer", "description": "Quick emails even if you instruct with a different language", "version": "0.0.0.3", "manifest_version": 3, "icons": { "48": "assets\/48.png", "72": "assets\/72.png", "96": "assets\/96.png", "144": "assets\/144.png" }, "action": { "default_popup": "index.html", "default_title": "AI Email Writer" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |