MailGPT

MailGPT - AI powered email generator for Gmail.

MailGPT란 무엇입니까?

MailGPT은(는) sourav204에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MailGPT - AI powered email generator for Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MailGPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}