AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
Co je AutoCompose?
AutoCompose je rozšíření Chrome vyvinuté sathya, a jeho hlavní funkcí je „Generate comprehensive, articulate and amazing responses for emails and threads“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AutoCompose
Stáhněte si soubory rozšíření AutoCompose ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
Oficiální URL | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
Popis | Generate comprehensive, articulate and amazing responses for emails and threads |
Velikost souboru | 27.99 KB |
Počet instalací | 37 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2021-04-20 |
Datum Vydání | 2020-09-15 |
Vývojář | sathya |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://autocompose.ai/ |
Podporované Jazyky | 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 } |