AI Email Writer
Quick emails even if you instruct with a different language
¿Qué es AI Email Writer?
AI Email Writer es una extensión de Chrome desarrollada por raphaelquinones57, y su función principal es "Quick emails even if you instruct with a different language".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AI Email Writer
Descarga archivos de extensión AI Email Writer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
URL Oficial | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
Descripción | Quick emails even if you instruct with a different language |
Tamaño del Archivo | 31.15 KB |
Cantidad de Instalaciones | 3,731 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2023-01-25 |
Fecha de Publicación | 2023-01-08 |
Calificación | 3.17/5 Total de 6 Calificaciones |
Desarrollador | raphaelquinones57 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |