ChatGPT Email Writer by Mail Magic

Write AI emails, change tone and decision using your ChatGPT account. Reply to your emails automatically while you are sleeping.

ChatGPT Email Writer by Mail Magic란 무엇입니까?

ChatGPT Email Writer by Mail Magic은(는) https://mailmagic.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write AI emails, change tone and decision using your ChatGPT account. Reply to your emails automatically while you are sleeping."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChatGPT Email Writer by Mail Magic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Write emails using ChatGPT AI (privacy-frendly).
Privacy-friendly Chrome extension to write emails, messages, fix grammar mistakes, rephrase text, change writing tone, summarize text, and much more using ChatGPT AI. FREE to use forever. 🆓

✔️ Highest quality responses that outcompete all other tools in the market.
✔️ All languages are supported.
✔️ Auto reply while your are sleeping (Pro Version).
✔️ Machine learning on your past message (Pro Version).

With MailMagic's ChatGPT Email Writer, you can write prompts for just about anything, right on any site you're visiting!

Popular ways our users are using MailMagic's ChatGPT Email Writer:

✍️ Write Emails: Effortlessly craft the perfect message.
🔍 Grammar Fixes: Eliminate typos and grammatical errors with ease.
🌐 Translation: translate an existing message to any language.
🔄 Rephrasing: Make your text clearer and more impactful.
💼 Tone Adjustment: Adapt the mood of your correspondence in a snap.
📝 Summarization: Turn lengthy text into concise summaries in seconds.                    

확장 프로그램 기본 정보

이름 ChatGPT Email Writer by Mail Magic ChatGPT Email Writer by Mail Magic
ID efkagogbohcbmhhcfpphbibapmeaiklc
공식 URL https://chromewebstore.google.com/detail/chatgpt-email-writer-by-m/efkagogbohcbmhhcfpphbibapmeaiklc
설명 Write AI emails, change tone and decision using your ChatGPT account. Reply to your emails automatically while you are sleeping.
파일 크기 109 KB
설치 횟수 103
현재 버전 0.5.2
최근 업데이트 2024-02-29
출시 날짜 2023-11-16
평점 5.00/5 총 15 개의 평점
개발자 https://mailmagic.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.mailmagic.ai/
도움말 페이지 URL https://devfortress.com/
개인정보 보호 정책 페이지 URL https://mailmagic.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Mail Magic",
    "name": "ChatGPT Email Writer by Mail Magic",
    "version": "0.5.2",
    "manifest_version": 3,
    "description": "Write AI emails, change tone and decision using your ChatGPT account. Reply to your emails automatically while you are sleeping.",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-4af69f31.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "assets\/main-269de05b.css"
            ]
        },
        {
            "js": [
                "assets\/chatgpt-content.ts-loader-15c6368f.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "logo.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/client-9591eb31.js",
                "assets\/main.tsx-9a3d1169.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/chatgpt-content.ts-0fe23bc2.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "scripting"
    ]
}