Mailr - AI Email Assistant

A.I. Email Assistant that writes and replies to emails using the power of ChatGPT

Mailr - AI Email Assistantคืออะไร?

Mailr - AI Email Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mailr-ai.com และคุณลักษณะหลักของมันคือ "A.I. Email Assistant that writes and replies to emails using the power of ChatGPT"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailr - AI Email Assistant

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

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

                        Stop wasting valuable time each day answering emails. Instead, use the power of artificial intelligence and reply to any email in 3 simple steps.

✍️ First, give Mailr the intention (goal of your email) in a few words

😃 Next, choose from 10+ custom tones (ex. friendly, informal, persuasive, etc.)

🪄 Sit back, and watch Mailr save you hours of work each day!

Mailr is the ultimate tool for both individuals and businesses to manage and optimize their email communication. Powered by OpenAI’s GPT-3/Chat-GPT, Mailr allows you to save time and write better emails. Whether you’re writing a formal business email or a casual message to a friend, Mailr will provide you with the best possible email generation in any scenario. 

Say goodbye to writer’s block. Millions around the world are using the power of A.I. to revolutionize the way we all communicate. With Mailr, you can take back control of your inbox and your time. 

—How It Works—

Download the Chrome Extension
Create an account (only for authentication)
Start writing emails with the power of Mailr

—Privacy—

At Mailr, we take your privacy seriously. Your emails are never stored on our servers, and we never share your data with third parties. You can use Mailr with confidence, knowing that your emails are safe and secure.

—Want to contribute?—

Are you a developer or marketer and want to contribute to this project? Feel free to reach out to us. Gmail - [email protected]                    

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

ชื่อ Mailr - AI Email Assistant Mailr - AI Email Assistant
ID nooogbcamojnhfkdnigljbjfjcpdfeic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mailr-ai-email-assistant/nooogbcamojnhfkdnigljbjfjcpdfeic
คำอธิบาย A.I. Email Assistant that writes and replies to emails using the power of ChatGPT
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 1,303
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-04-30
วันที่เผยแพร่ 2023-03-02
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://mailr-ai.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://mailr-ai.com/
URL หน้าช่วยเหลือ https://mailr-ai.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A.I. Email Assistant that writes and replies to emails using the power of ChatGPT",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "Mailr - AI Email Assistant",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.mailr-ai.com\/",
                "http:\/\/web.mailr-ai.com\/",
                "https:\/\/xmb5yr3oa8.execute-api.eu-central-1.amazonaws.com\/",
                "http:\/\/xmb5yr3oa8.execute-api.eu-central-1.amazonaws.com\/"
            ],
            "js": [
                "homepageScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/img\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}