Gmail Composer AI

Write emails with ChatGPT on Gmail

Gmail Composer AI क्या है?

Gmail Composer AI juanmadurand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write emails with ChatGPT on Gmail"।

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

screenshot
screenshot

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

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

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

                        Introducing Gmail Composer AI, the ultimate productivity tool for Gmail users! With this powerful Chrome extension, writing emails has never been easier. Harnessing the incredible capabilities of ChatGPT, Gmail Composer AI takes your email composition experience to a whole new level.

Gmail Composer AI empowers you to effortlessly craft well-written and engaging emails in a fraction of the time. Whether you're a busy professional, a student, or anyone who frequently uses Gmail, this extension will revolutionize your email workflow.                    

एक्सटेंशन की मूल जानकारी

नाम Gmail Composer AI Gmail Composer AI
ID admmpgllajcpkahmgeaaghkopeoalmbi
आधिकारिक URL https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi
विवरण Write emails with ChatGPT on Gmail
फ़ाइल का आकार 151 KB
स्थापना संख्या 137
वर्तमान संस्करण 1.17.1
अंतिम अपडेट 2023-06-06
प्रकाशन तिथि 2023-06-06
डेवलपर juanmadurand
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/juanmadurand/gmail-composer-ai
समर्थित भाषाएँ de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.17.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}