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文件

下載Email Verifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}