MailGPT

MailGPT - AI powered email generator for Gmail.

什麼是MailGPT?

MailGPT是由sourav204開發的Chrome擴展程式,該擴展的主要功能是“MailGPT - AI powered email generator for Gmail.”。

擴展截圖

screenshot
screenshot
screenshot

下載MailGPT擴展crx文件

下載MailGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 MailGPT MailGPT
ID pkkknlealafnpcjblnancineoonclkon
官方網址 https://chromewebstore.google.com/detail/mailgpt/pkkknlealafnpcjblnancineoonclkon
簡介 MailGPT - AI powered email generator for Gmail.
檔案大小 79.6 KB
安裝次數 304
目前版本 1.0.3
更新時間 2023-01-23
上架時間 2023-01-13
評分 5.00/5 共 1 次評分
開發者 sourav204
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://ats.imsourav.com/privacy-policy.php
支援的語言 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\/*"
    ]
}