GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

GenieMail - ChatGPT for Gmail là gì?

GenieMail - ChatGPT for Gmail là một tiện ích mở rộng Chrome được phát triển bởi GenieMail Team, và tính năng chính của nó là "GenieMail - AI Email Writer".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        GenieMail is an AI powered emailing assistant for Gmail. 

Take the power of OpenAI's ChatGPT and place it conveniently in your Gmail box. 

With this simple & dynamic plug in, you can effortlessly use AI to:

- Save Time: No more planning, drafting or editing emails.

- Improve Grammar: Sound professional and well spoken.

- Perfect Comprehension : Make your emails clear and to the point.

- Summarise: Take notes and turn them into an email instantly.

GenieMail is: 
- Privacy Secure
- Simple to install
- Super smart
- Free to use

Download now to take your productivity to the next level!                    

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

Tên GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
URL Chính Thức https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Mô tả GenieMail - AI Email Writer
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2023-03-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển GenieMail Team
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.geniemail.ai/
URL Trang Chính Sách Bảo Mật https://www.geniemail.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GenieMail - ChatGPT for Gmail",
    "short_name": "GenieMail",
    "version": "1.0.0",
    "author": "GenieMail ",
    "description": "GenieMail - AI Email Writer",
    "icons": {
        "16": "GenieMail Green Logo.png",
        "48": "GenieMail Green Logo.png",
        "128": "GenieMail Green Logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}