Email GPT

Write email with AI

Email GPT란 무엇입니까?

Email GPT은(는) taslufextension665에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write email with AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Email GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the AI Email Writer for Gmail! With this chrome extension, writing an email has never been easier. Powered by OpenAI, you can now generate professional, coherent and personalized emails in a matter of seconds. Simply activate the extension while composing an email in Gmail and let our AI do the work. Say goodbye to writer's block and save time by using our AI to craft the perfect email. Whether you're sending a quick message or a detailed report, our extension will make sure that your email stands out. Download the AI Email Writer for Gmail today and experience the power of AI-generated emails!                    

확장 프로그램 기본 정보

이름 Email GPT Email GPT
ID gjkkbbbjdcdickanchomafbcddjgpnpn
공식 URL https://chromewebstore.google.com/detail/email-gpt/gjkkbbbjdcdickanchomafbcddjgpnpn
설명 Write email with AI
파일 크기 50.21 KB
설치 횟수 187
현재 버전 1.0
최근 업데이트 2023-02-13
출시 날짜 2023-02-13
평점 5.00/5 총 1 개의 평점
개발자 taslufextension665
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email GPT",
    "description": "Write email with AI",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/image\/icon.png",
            "24": "\/image\/icon.png",
            "32": "\/image\/icon.png"
        },
        "default_title": "Buy me a coffee",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}