Gmail Bot

Ask ChatGPT about your Gmail messages

Gmail Bot là gì?

Gmail Bot là một tiện ích mở rộng Chrome được phát triển bởi Codimite, và tính năng chính của nó là "Ask ChatGPT about your Gmail messages".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Gmail Bot 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

                        Once installed, refresh your page and you can find the Gmail Bot icon on top of your inbox emails list and Email Thread. Click the icon from the inbox to open the popup.

You can ask questions about recent emails or the opened thread, extract important information, or summarize long conversations.
E.g:
* What are my updates
* Summarize this conversation
* Summary of the inbox

When composing a new message or replying to a thread you can find the Gmail Bot Generate button right next to Send button. This can compose a suitable message for you to modify as necessary.

Let the Gmail bot AI crunch through your inbox for the most important details and save your time.                    

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

Tên Gmail Bot Gmail Bot
ID ngehchibekapmbbbfjpolmhgppgcedka
URL Chính Thức https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka
Mô tả Ask ChatGPT about your Gmail messages
Kích Thước Tệp 46.36 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 0.1.10
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2023-02-23
Nhà Phát Triển Codimite
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mail-ai.devcodimite.com/
URL Trang Chính Sách Bảo Mật https://www.codimite.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Bot",
    "description": "Ask ChatGPT about your Gmail messages",
    "version": "0.1.10",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "arc.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "64": "bot-64.png",
        "128": "bot-128.png",
        "256": "bot.png"
    }
}