MailGPT

MailGPT - AI powered email generator for Gmail.

MailGPT là gì?

MailGPT là một tiện ích mở rộng Chrome được phát triển bởi sourav204, và tính năng chính của nó là "MailGPT - AI powered email generator for Gmail.".

Ả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 MailGPT

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

                        Experience the convenience.

MailGPT is an AI-powered email writing tool designed for Gmail. It quickly generates clear, compelling, and professional-sounding emails, making it a valuable tool for both personal and professional use. With its high level of accuracy and personalized approach, MailGPT allows you to compose new emails or respond to existing ones with just a click of a button, saving you a lot of time and effort.

* ChatGPT account required.

Privacy Policy: MailGPT does not use any trackers or cookies and does not collect, store or use any personal data or information. The AI model (chat.openai.com) only receives the prompt and context in order to generate a response.                    

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

Tên MailGPT MailGPT
ID pkkknlealafnpcjblnancineoonclkon
URL Chính Thức https://chromewebstore.google.com/detail/mailgpt/pkkknlealafnpcjblnancineoonclkon
Mô tả MailGPT - AI powered email generator for Gmail.
Kích Thước Tệp 79.6 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-01-23
Ngày Phát Hành 2023-01-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sourav204
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ats.imsourav.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailGPT",
    "version": "1.0.3",
    "description": "MailGPT - AI powered email generator for Gmail.",
    "short_name": "MailGPT",
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/imsourav.com",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "action": {
        "default_title": "MailGPT",
        "default_icon": {
            "128": "img\/128x128.png",
            "16": "img\/16x16.png",
            "32": "img\/32x32.png",
            "48": "img\/48x48.png",
            "64": "img\/64x64.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ]
}