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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
    ]
}