ChatGPT Mailyr: Write Emails with AI

Write emails and messages with ChatGPT AI inside of Gmail.

ChatGPT Mailyr: Write Emails with AIคืออะไร?

ChatGPT Mailyr: Write Emails with AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmailyr.com และคุณลักษณะหลักของมันคือ "Write emails and messages with ChatGPT AI inside of Gmail."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Mailyr: Write Emails with AI

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Mailyr: Write Emails with AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Mailyr takes the stress out of email writing. Just type a few words and let AI do the rest.

With Mailyr, ChatGPT will write you a professional email, with flawless grammar, in no time. By adding Mailyr to Chrome, you get 14 complimentary emails and can have a great email ready to be sent in seconds.

Worried about privacy? Don't, we don't have access to your emails, prompts, or responses. Your email is not sold or shared with any third parties, period.

➤ How it works
By using the power of ChatGPT and AI, Mailyr writes outstanding emails in seconds. We get your prompt, send it to ChatGPT's servers, and put your response inside of our popup in Gmail, ready to be inserted directly into your email. This entire process is safe, secure, and done with just a few clicks.

➤ How to use the extension
Watch our short video that demonstrates step-by-step how to use it.
https://welcome.getmailyr.com

➤ What’s included?

- Free
The free version includes:
• 14 free emails (lifetime)
• Standard AI/ChatGPT engine

- Premium
Premium includes an overall elevated user experience with faster and better emails generated. Here's what's included:
• 250 emails/month
• Our Premium Server with ultra-fast email generation
• Our strongest AI engine, with scholar-level English
• Access to new features

For more information about our plans, visit our website:
https://www.getmailyr.com/plans

➤ Privacy Policy
https://www.getmailyr.com/policies/privacy

➤ Official Website:
https://getmailyr.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Mailyr: Write Emails with AI ChatGPT Mailyr: Write Emails with AI
ID hdnoknmhhhcbjnbfjfadhebmhmcnlgjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-mailyr-write-emai/hdnoknmhhhcbjnbfjfadhebmhmcnlgjh
คำอธิบาย Write emails and messages with ChatGPT AI inside of Gmail.
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 1,131
เวอร์ชันปัจจุบัน 0.38.18
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-02-23
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://getmailyr.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://getmailyr.com
URL หน้านโยบายความเป็นส่วนตัว https://www.getmailyr.com/policies/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Mailyr: Write Emails with AI",
    "description": "Write emails and messages with ChatGPT AI inside of Gmail.",
    "version": "0.38.18",
    "permissions": [
        "scripting",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "oauth2": {
        "client_id": "831588807825-aepkssc7l8ljt9l04pvl8q7cb91lir5u.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}