AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
Cos'è AutoCompose?
AutoCompose è un'estensione di Chrome sviluppata da sathya, e la sua funzione principale è "Generate comprehensive, articulate and amazing responses for emails and threads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoCompose
Scarica i file di estensione AutoCompose in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
URL Ufficiale | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
Descrizione | Generate comprehensive, articulate and amazing responses for emails and threads |
Dimensione del File | 27.99 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-04-20 |
Data di Pubblicazione | 2020-09-15 |
Sviluppatore | sathya |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://autocompose.ai/ |
Lingue Supportate | 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 } |