Amplemarket Emailmatcher
Find any email address in seconds
What is Amplemarket Emailmatcher?
Amplemarket Emailmatcher is a Chrome extension developed by http://emailmatcher.com, and its main feature is "Find any email address in seconds".
Extension Screenshots
Download Amplemarket Emailmatcher Extension CRX File
Download Amplemarket Emailmatcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
Official URL | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
Description | Find any email address in seconds |
File Size | 99.4 KB |
Installation Count | 1,000 |
Current Version | 1.1 |
Last Updated | 2017-03-06 |
Publish Date | 2017-03-06 |
Rating | 3.50/5 Total 6 Ratings |
Developer | http://emailmatcher.com |
[email protected] | |
Payment Type | free |
Extension Website | https://emailmatcher.com |
Help Page URL | https://emailmatcher.com |
Privacy Policy Page URL | https://amplemarket.com/privacy |
Supported Languages | 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" ] } |