AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
Что такое AutoCompose?
AutoCompose - это расширение Chrome, разработанное sathya, и его основная функция - "Generate comprehensive, articulate and amazing responses for emails and threads".
Снимки экрана расширения
Скачать файл CRX расширения AutoCompose
Скачайте файлы расширений AutoCompose в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A smart auto response app for intelligent replies. AutoCompose helps you reply to mails and respond to thread messages with the help of AI. The extension understands the context by reading the received mail ( or message in the thread in case of a forum). On entering a few key phrases for reply, the AI builds upon the phrases and generates a comprehensive response.
Основная информация о расширении
Название | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
Официальный URL | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
Описание | Generate comprehensive, articulate and amazing responses for emails and threads |
Размер файла | 27.99 KB |
Количество установок | 37 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2021-04-20 |
Дата публикации | 2020-09-15 |
Разработчик | sathya |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://autocompose.ai/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoCompose", "version": "1.2.0", "description": "Generate comprehensive, articulate and amazing responses for emails and threads", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/autocompose_v2-16.png", "48": "icons\/autocompose_v2-48.png", "128": "icons\/autocompose_v2-128.png" }, "default_popup": "\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/scripts\/contentScript.js" ] } ], "icons": { "16": "icons\/autocompose_v2-16.png", "48": "icons\/autocompose_v2-48.png", "128": "icons\/autocompose_v2-128.png" }, "web_accessible_resources": [ "css\/*", "icons\/*" ], "manifest_version": 2 } |