AI Email Writer
Quick emails even if you instruct with a different language
Что такое AI Email Writer?
AI Email Writer - это расширение Chrome, разработанное raphaelquinones57, и его основная функция - "Quick emails even if you instruct with a different language".
Снимки экрана расширения
Скачать файл CRX расширения AI Email Writer
Скачайте файлы расширений AI Email Writer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
Официальный URL | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
Описание | Quick emails even if you instruct with a different language |
Размер файла | 31.15 KB |
Количество установок | 3,731 |
Текущая Версия | 0.0.0.3 |
Последнее Обновление | 2023-01-25 |
Дата публикации | 2023-01-08 |
Рейтинг | 3.17/5 Всего 6 оценок |
Разработчик | raphaelquinones57 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |