Gmail Composer AI

Write emails with ChatGPT on Gmail

Gmail Composer AI là gì?

Gmail Composer AI là một tiện ích mở rộng Chrome được phát triển bởi juanmadurand, và tính năng chính của nó là "Write emails with ChatGPT on Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Composer AI

Tải xuống các tệp mở rộng Gmail Composer AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Composer AI Gmail Composer AI
ID admmpgllajcpkahmgeaaghkopeoalmbi
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi
Mô tả Write emails with ChatGPT on Gmail
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.17.1
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2023-06-06
Nhà Phát Triển juanmadurand
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/juanmadurand/gmail-composer-ai
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}