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 |
官方網址 | 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 } |