Email Deliverability Checker

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

Email Deliverability Checkerคืออะไร?

Email Deliverability Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.unlocktheinbox.com และคุณลักษณะหลักของมันคือ "This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Deliverability Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}