Email Deliverability Checker

This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.

Email Deliverability Checker là gì?

Email Deliverability Checker là một tiện ích mở rộng Chrome được phát triển bởi http://www.unlocktheinbox.com, và tính năng chính của nó là "This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Deliverability Checker

Tải xuống các tệp mở rộng Email Deliverability Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows you to quickly check the the total number of:

- Blacklists
- Whitelists
 
That any website is on, for both the domain name and IP Address. 

It also tells you if the website has:

- MX Records
- SPF Records
- DMARC records
- Unlock the Inbox Trusted Sender Seal

Set up in DNS. Which is essential for sending emails and ensuring they have the best chance to land in the intended persons inbox.

The extensions, provides clickable links so you can easily do a more in-depth analysis to see which Blacklists, Whitelists, and the actual records in DNS. It also provides you links to many other FREE tools that every website owner should have access to.

The component contains links to provide more detail information to do more in-depth analysis.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Deliverability Checker Email Deliverability Checker
ID mbfenkanhbafpdmlmhiicehikmfccebb
URL Chính Thức https://chrome.google.com/webstore/detail/email-deliverability-chec/mbfenkanhbafpdmlmhiicehikmfccebb
Mô tả This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.
Kích Thước Tệp 32.53 KB
Số Lần Cài Đặt 498
Phiên Bản Hiện Tại 1.2.0.3
Cập Nhật Lần Cuối 2014-01-15
Ngày Phát Hành 2014-01-15
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.unlocktheinbox.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.unlocktheinbox.com/resources/chromeextensions/
URL Trang Trợ Giúp http://unlocktheinbox.com/contact.aspx
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Deliverability Checker",
    "version": "1.2.0.3",
    "manifest_version": 2,
    "description": "This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.",
    "browser_action": {
        "default_icon": "images\/unlock_logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/webservice.unlocktheinbox.com\/*",
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}