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 } |