Email Verifier
The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence.
Qu'est-ce que Email Verifier ?
Email Verifier est une extension Chrome développée par https://maildump.co, et sa fonction principale est "The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Email Verifier
Téléchargez les fichiers d'extension Email Verifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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:)
Informations de Base sur l'Extension
Nom | Email Verifier |
ID | hoflghcpbmgflojkghjopgodbhlpaeah |
URL Officiel | https://chromewebstore.google.com/detail/email-verifier/hoflghcpbmgflojkghjopgodbhlpaeah |
Description | The Email Verifier does a complete check of the email address to let you send your emails with a complete confidence. |
Taille du Fichier | 73.09 KB |
Nombre d'Installations | 746 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2021-07-12 |
Date de Publication | 2019-08-27 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | https://maildump.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://maildump.co/addons/email-verifier |
URL de la Page d'Aide | https://maildump.co/support |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing |
Langues Prises en Charge | 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" } } |