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開發的Chrome擴展程式,該擴展的主要功能是“A.I. Email Assistant that drafts emails for you -Powered by OpenAI”。

擴展截圖

screenshot

下載Demand AI Email Writer擴展crx文件

下載Demand AI Email Writer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}