Email GPT

Write email with AI

什麼是Email GPT?

Email GPT是由taslufextension665開發的Chrome擴展程式,該擴展的主要功能是“Write email with AI”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Email GPT擴展crx文件

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

擴展使用說明

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