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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mailmagic.ai และคุณลักษณะหลักของมันคือ "Write AI emails, change tone and decision using your ChatGPT account. Reply to your emails automatically while you are sleeping."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Email Writer by Mail Magic

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Email Writer by Mail Magic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}