Demand AI Email Writer

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

Demand AI Email Writerคืออะไร?

Demand AI Email Writer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://usedemand.com และคุณลักษณะหลักของมันคือ "A.I. Email Assistant that drafts emails for you -Powered by OpenAI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Demand AI Email Writer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}