Email Verifier

The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence.

Email Verifier란 무엇입니까?

Email Verifier은(는) https://maildump.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Email Verifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MailDump Verifier, a powerful tool that helps verify an email address or validate email addresses in bulk as you go, whilst you browse websites. The MailDump Verifier removes invalid email addresses and reduces bounce rates, so you don't have to waste your time and money on sending emails to non-existent email addresses.

MailDump Verifier operates from the cloud, therefore the average response time is just milliseconds and it operates behind an SSL layer too.

Our email verification process includes:

- Deliverable State
- Format Validation
- Disposable Emails Identification
- Checking Server Status
- Role Emails Identification
- Checking Free Emails
- Displaying User of Email
- Displaying Domain of Email


The Chrome Extension allows you to verify a list of email addresses by choosing the Bulk Option, it will automatically download a CSV file which contains results of your verification.

Have a Question or Suggestion?
Please feel free to Reach out if you have any question, we are 100% responsive and reply instantly.

Happy dumping:)                    

확장 프로그램 기본 정보

이름 Email Verifier Email Verifier
ID hoflghcpbmgflojkghjopgodbhlpaeah
공식 URL https://chromewebstore.google.com/detail/email-verifier/hoflghcpbmgflojkghjopgodbhlpaeah
설명 The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence.
파일 크기 73.09 KB
설치 횟수 746
현재 버전 2.4
최근 업데이트 2021-07-12
출시 날짜 2019-08-27
평점 2.71/5 총 7 개의 평점
개발자 https://maildump.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maildump.co/addons/email-verifier
도움말 페이지 URL https://maildump.co/support
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Verifier",
    "short_name": "Email Verifier",
    "description": "The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence.",
    "version": "2.4",
    "permissions": [
        "https:\/\/mailinput.com\/*",
        "notifications",
        "downloads"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Email Verifier",
        "default_popup": "popup.html"
    }
}