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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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
}