AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
Qu'est-ce que AutoCompose ?
AutoCompose est une extension Chrome développée par sathya, et sa fonction principale est "Generate comprehensive, articulate and amazing responses for emails and threads".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoCompose
Téléchargez les fichiers d'extension AutoCompose au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AutoCompose |
ID | canaomjdocaffahofheiehbohhkcgikm |
URL Officiel | https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm |
Description | Generate comprehensive, articulate and amazing responses for emails and threads |
Taille du Fichier | 27.99 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-04-20 |
Date de Publication | 2020-09-15 |
Développeur | sathya |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://autocompose.ai/ |
Langues Prises en Charge | 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 } |