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"
    ]
}