Email Deliverability Checker

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

什麼是Email Deliverability Checker?

Email Deliverability Checker是由http://www.unlocktheinbox.com開發的Chrome擴展程式,該擴展的主要功能是“This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.”。

擴展截圖

screenshot
screenshot

下載Email Deliverability Checker擴展crx文件

下載Email Deliverability Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Email Deliverability Checker Email Deliverability Checker
ID mbfenkanhbafpdmlmhiicehikmfccebb
官方網址 https://chrome.google.com/webstore/detail/email-deliverability-chec/mbfenkanhbafpdmlmhiicehikmfccebb
簡介 This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.
檔案大小 32.53 KB
安裝次數 498
目前版本 1.2.0.3
更新時間 2014-01-15
上架時間 2014-01-15
評分 4.67/5 共 3 次評分
開發者 http://www.unlocktheinbox.com
付費類型 free
擴展官網 http://www.unlocktheinbox.com/resources/chromeextensions/
說明頁面URL http://unlocktheinbox.com/contact.aspx
支援的語言 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"
    ]
}