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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}