Email Verifier

Email Verifier

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.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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.1",
  "permissions": [
    "storage",
    "tabs",
    "http://*/",
    "http://*/*",
    "https://*/*",
    "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"
  }
}