Email Deliverability Checker

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

Co to jest Email Deliverability Checker?

Email Deliverability Checker to rozszerzenie Chrome opracowane przez http://www.unlocktheinbox.com, a jego główną funkcją jest „This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Email Deliverability Checker

Pobierz pliki rozszerzeń Email Deliverability Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Email Deliverability Checker Email Deliverability Checker
ID mbfenkanhbafpdmlmhiicehikmfccebb
Oficjalny URL https://chrome.google.com/webstore/detail/email-deliverability-chec/mbfenkanhbafpdmlmhiicehikmfccebb
Opis This Handy Tool Checks Blacklist, Whitelists, SPF, MX, and DMARC Records of any Website.
Rozmiar pliku 32.53 KB
Liczba instalacji 498
Aktualna Wersja 1.2.0.3
Ostatnia Aktualizacja 2014-01-15
Data Publikacji 2014-01-15
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper http://www.unlocktheinbox.com
Typ Płatności free
Strona Rozszerzenia http://www.unlocktheinbox.com/resources/chromeextensions/
Adres URL Strony Pomocy http://unlocktheinbox.com/contact.aspx
Obsługiwane Języki 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"
    ]
}