AutoCompose
Generate comprehensive, articulate and amazing responses for emails and threads
AutoComposeとは何ですか?
AutoComposeはsathyaによって開発されたChromeの拡張機能で、その主な機能は「Generate comprehensive, articulate and amazing responses for emails and threads」です。
拡張機能のスクリーンショット
AutoCompose拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |