IntelliMail
Your AI email assistant
Что такое IntelliMail?
IntelliMail - это расширение Chrome, разработанное https://www.intellimail.xyz, и его основная функция - "Your AI email assistant".
Снимки экрана расширения
Скачать файл CRX расширения IntelliMail
Скачайте файлы расширений IntelliMail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Want to land an internship, be a pro at thank you emails and save countless hours everyday? Look no further than IntelliMail. Your free personal email assistant. Unlock productivity and save time with your personal email assistant that takes care of your email writing needs. Simply open Gmail, add context, and click the IntelliMail button to generate a perfectly crafted email in seconds. Say goodbye to wasted time and hello to increased efficiency with IntelliMail. *We do not read or collect any of your data.*
Основная информация о расширении
Название | IntelliMail |
ID | aidjniokddeeghninicikjkbgbjcgoop |
Официальный URL | https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop |
Описание | Your AI email assistant |
Размер файла | 1.9 MB |
Количество установок | 1,115 |
Текущая Версия | 1.6.9 |
Последнее Обновление | 2023-09-09 |
Дата публикации | 2023-01-04 |
Рейтинг | 5.00/5 Всего 13 оценок |
Разработчик | https://www.intellimail.xyz |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.intellimail.xyz/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IntelliMail", "description": "Your AI email assistant", "version": "1.6.9", "manifest_version": 3, "icons": { "48": "assets\/imlogo.png", "72": "assets\/imlogo.png", "96": "assets\/imlogo.png", "144": "assets\/imlogo.png" }, "action": { "default_popup": "index.html", "default_title": "Generate emails" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "scripts\/content.js" ], "css": [ "css\/content.css" ] }, { "matches": [ "https:\/\/airtable.com\/shrwhYNbbwUGfRlu5" ], "js": [ "scripts\/airtable.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/imlogo.png" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |