AutoCompose

Generate comprehensive, articulate and amazing responses for emails and threads

AutoCompose là gì?

AutoCompose là một tiện ích mở rộng Chrome được phát triển bởi sathya, và tính năng chính của nó là "Generate comprehensive, articulate and amazing responses for emails and threads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoCompose

Tải xuống các tệp mở rộng AutoCompose dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoCompose AutoCompose
ID canaomjdocaffahofheiehbohhkcgikm
URL Chính Thức https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm
Mô tả Generate comprehensive, articulate and amazing responses for emails and threads
Kích Thước Tệp 27.99 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-04-20
Ngày Phát Hành 2020-09-15
Nhà Phát Triển sathya
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autocompose.ai/
Ngôn Ngữ Được Hỗ Trợ 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
}