Mutant Mail - One Mailbox for All Email IDs

Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router.

Mutant Mail - One Mailbox for All Email IDsคืออะไร?

Mutant Mail - One Mailbox for All Email IDs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fresentllc และคุณลักษณะหลักของมันคือ "Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mutant Mail - One Mailbox for All Email IDs

ดาวน์โหลดไฟล์ส่วนขยาย Mutant Mail - One Mailbox for All Email IDs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Never miss an important email again! Manage all your email IDs in one mailbox with our Email Router.
This extension makes it quick and easy to compose emails or view, search, manage and create new email ids.

Mutant Mail allows you to overcome the headache of managing multiple Email ids with a privacy-focused, server-side solution.

Imagine having 5 domains, with 5 Email IDs each (admin, support, help, legal, contact). That's 25 Email IDs. Do we want to log in to every mailbox to keep the domain persona?

Mutant Mail lets you Receive, Reply & Send all Emails for your Domains from one Inbox while saving on Email Hosting.

Service comes loaded with advanced features like DMARC Report, Buffer / Batch emails into a digest, auto-reply email system as well as individual signatures for every email id.

Mutant Mail can double down to generate a random email address for every form that you're submitting online, which will forward all emails to your personal email address. This hides your true identity from the sender and protects you from spam. If later on, you don't want to receive emails from them anymore, you can disable or delete your address and be done with them! It's like your very own unsubscribe button that actually works on every email ever sent.

To use this extension you first need to register at (https://mutantmail.com) a free account with Mutant Mail.
If you already have an account, just go to the settings page and grab your API token.

Let's make the world a better place, with one less thing to worry about by simplifying your email management.                    

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

ชื่อ Mutant Mail - One Mailbox for All Email IDs Mutant Mail - One Mailbox for All Email IDs
ID lcbogebdfaclgbeaoggalghoneihkeeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mutant-mail-one-mailbox-f/lcbogebdfaclgbeaoggalghoneihkeeg
คำอธิบาย Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router.
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2022-11-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา fresentllc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mutantmail.com
URL หน้าช่วยเหลือ https://mutantmail.com/contactus
URL หน้านโยบายความเป็นส่วนตัว https://fresent.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mutant Mail - One Mailbox for All Email IDs",
    "short_name": "Mutant Mail",
    "author": "Fresent LLC",
    "description": "Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router.",
    "homepage_url": "https:\/\/mutantmail.com",
    "version": "1.0.0",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_title": "Mutant Mail",
        "default_popup": "app.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "sidebar_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Mutant Mail",
        "default_panel": "app.html"
    }
}