Amplemarket Emailmatcher
Find any email address in seconds
Wat is Amplemarket Emailmatcher?
Amplemarket Emailmatcher is een Chrome-extensie ontwikkeld door http://emailmatcher.com, en de belangrijkste functie is "Find any email address in seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie Amplemarket Emailmatcher
Download Amplemarket Emailmatcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
Officiële URL | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
Beschrijving | Find any email address in seconds |
Bestandsgrootte | 99.4 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-03-06 |
Publicatiedatum | 2017-03-06 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://emailmatcher.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://emailmatcher.com |
Help Pagina-URL | https://emailmatcher.com |
URL van de Privacybeleid Pagina | https://amplemarket.com/privacy |
Ondersteunde Talen | 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" ] } |