AutoCompose

Generate comprehensive, articulate and amazing responses for emails and threads

Vad är AutoCompose?

AutoCompose är en Chrome-tillägg utvecklad av sathya, och dess huvudfunktion är "Generate comprehensive, articulate and amazing responses for emails and threads".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AutoCompose-förlängningens CRX-fil

Ladda ner AutoCompose-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AutoCompose AutoCompose
ID canaomjdocaffahofheiehbohhkcgikm
Officiell webbadress https://chromewebstore.google.com/detail/autocompose/canaomjdocaffahofheiehbohhkcgikm
Beskrivning Generate comprehensive, articulate and amazing responses for emails and threads
Filstorlek 27.99 KB
Antal Installationer 37
Aktuell Version 1.2.0
Senast Uppdaterad 2021-04-20
Publiceringsdatum 2020-09-15
Utvecklare sathya
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://autocompose.ai/
Stödda Språk 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
}