AutoCompose

Generate comprehensive, articulate and amazing responses for emails and threads

AutoCompose क्या है?

AutoCompose sathya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate comprehensive, articulate and amazing responses for emails and threads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoCompose एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}