Gmail Composer AI

Write emails with ChatGPT on Gmail

什么是Gmail Composer AI?

Gmail Composer AI是由juanmadurand开发的Chrome扩展程序,该扩展的主要功能是“Write emails with ChatGPT on Gmail”。

扩展截图

screenshot
screenshot

下载Gmail Composer AI扩展crx文件

下载Gmail Composer AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing Gmail Composer AI, the ultimate productivity tool for Gmail users! With this powerful Chrome extension, writing emails has never been easier. Harnessing the incredible capabilities of ChatGPT, Gmail Composer AI takes your email composition experience to a whole new level.

Gmail Composer AI empowers you to effortlessly craft well-written and engaging emails in a fraction of the time. Whether you're a busy professional, a student, or anyone who frequently uses Gmail, this extension will revolutionize your email workflow.                    

扩展基本信息

名称 Gmail Composer AI Gmail Composer AI
ID admmpgllajcpkahmgeaaghkopeoalmbi
官方URL https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi
简介 Write emails with ChatGPT on Gmail
文件大小 151 KB
安装次数 137
当前版本 1.17.1
更新时间 2023-06-06
上架时间 2023-06-06
开发者 juanmadurand
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/juanmadurand/gmail-composer-ai
支持的语言 de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.17.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}