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”。

扩展截图

screenshot
screenshot

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