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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}