Amplemarket Emailmatcher
Find any email address in seconds
Qu'est-ce que Amplemarket Emailmatcher ?
Amplemarket Emailmatcher est une extension Chrome développée par http://emailmatcher.com, et sa fonction principale est "Find any email address in seconds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amplemarket Emailmatcher
Téléchargez les fichiers d'extension Amplemarket Emailmatcher 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
Find any email address in a matter of seconds. With the Amplemarket Emailmatcher extension you can quickly find emails at any company. Just click the toolbar icon and start searching! Feel free to reach out to us - [email protected]
Informations de Base sur l'Extension
Nom | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
URL Officiel | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
Description | Find any email address in seconds |
Taille du Fichier | 99.4 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-03-06 |
Date de Publication | 2017-03-06 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | http://emailmatcher.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://emailmatcher.com |
URL de la Page d'Aide | https://emailmatcher.com |
URL de la Page de Politique de Confidentialité | https://amplemarket.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amplemarket Emailmatcher", "short_name": "Emailmatcher", "description": "Find any email address in seconds", "version": "1.1", "author": "Amplemarket", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Find email" }, "homepage_url": "https:\/\/www.emailmatcher.com\/", "permissions": [ "https:\/\/emailmatcher.com\/*", "http:\/\/*.amplemarket.com\/*", "https:\/\/*.amplemarket.com\/*", "identity", "identity.email", "tabs" ] } |