AI Email Writer
Quick emails even if you instruct with a different language
Qu'est-ce que AI Email Writer ?
AI Email Writer est une extension Chrome développée par raphaelquinones57, et sa fonction principale est "Quick emails even if you instruct with a different language".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AI Email Writer
Téléchargez les fichiers d'extension AI Email Writer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
URL Officiel | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
Description | Quick emails even if you instruct with a different language |
Taille du Fichier | 31.15 KB |
Nombre d'Installations | 3,731 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2023-01-25 |
Date de Publication | 2023-01-08 |
Évaluation | 3.17/5 Total 6 Évaluations |
Développeur | raphaelquinones57 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |