Demand AI Email Writer

A.I. Email Assistant that drafts emails for you -Powered by OpenAI

Demand AI Email Writer क्या है?

Demand AI Email Writer https://usedemand.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A.I. Email Assistant that drafts emails for you -Powered by OpenAI"।

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

screenshot

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

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

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

                        A.I. Email Assistant that drafts emails for you -Powered by OpenAI
Demand is an email assistant that uses artificial intelligence to help individuals and businesses optimize email management and communication. With the increasing volume of emails, it can be overwhelming and time-consuming to keep up with it all. We want to help individuals and businesses save time and write better emails by providing them with powerful, intuitive tools and services that make their email management more efficient and effective. Whether you're looking to organize, prioritize, or respond to your email more efficiently, Demand has the solutions you need to succeed.                    

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

नाम Demand AI Email Writer Demand AI Email Writer
ID hgajpmcbobkkidcofnimnihgdcihgpcn
आधिकारिक URL https://chromewebstore.google.com/detail/demand-ai-email-writer/hgajpmcbobkkidcofnimnihgdcihgpcn
विवरण A.I. Email Assistant that drafts emails for you -Powered by OpenAI
फ़ाइल का आकार 787 KB
स्थापना संख्या 82
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2023-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://usedemand.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://usedemand.com
सहायता पृष्ठ URL https://support.usedemand.com
गोपनीयता नीति पृष्ठ URL https://www.usedemand.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Demand AI Email Writer",
    "version": "1.0.7",
    "description": "A.I. Email Assistant that drafts emails for you -Powered by OpenAI",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "cdn-scripts\/jquery.js",
                "cdn-scripts\/gmail.js",
                "cdn-scripts\/confetti.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "tooltip.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html",
                "login.html",
                "main.html"
            ],
            "extension_ids": [
                "gldadickgmgciakdljkcpbdepehlilfn"
            ]
        }
    ],
    "oauth2": {
        "client_id": "284266859441-d6kuhfsrr4sj63ms585km0m3rbc6i18e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    }
}