FindEmails Extension
Find emails on any website and use our email finder and email verifier for convenient testing
What is FindEmails Extension?
FindEmails Extension is a Chrome extension developed by https://www.findemails.com, and its main feature is "Find emails on any website and use our email finder and email verifier for convenient testing".
Extension Screenshots
Download FindEmails Extension Extension CRX File
Download FindEmails Extension 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 emails on any domain and verify email addresses while you're reading news articles and browsing LinkedIn. Access all of the power of FindEmails.com directly from your Chrome browser. Extension Basic Information
| Name | |
| ID | glmhojdgikidchbabmlejcickboihdng |
| Official URL | https://chrome.google.com/webstore/detail/findemails-extension/glmhojdgikidchbabmlejcickboihdng |
| Description | Find emails on any website and use our email finder and email verifier for convenient testing |
| File Size | 1.73 MB |
| Installation Count | 2,000 |
| Current Version | 2.02 |
| Last Updated | 2018-09-20 |
| Publish Date | 2018-09-20 |
| Rating | 3.00/5 Total 4 Ratings |
| Developer | https://www.findemails.com |
| Payment Type | free |
| Extension Website | https://www.findemails.com |
| Help Page URL | https://www.findemails.com/contact |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FindEmails Extension",
"short_name": "FindEmails",
"description": "Find emails on any website and use our email finder and email verifier for convenient testing",
"version": "2.02",
"icons": {
"128": "img\/toofr_logo_balls.png"
},
"background": {
"scripts": [
"lib\/jquery-2.1.1.min.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/profile\/*",
"*:\/\/*.linkedin.com\/in\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "img\/toofr_logo_balls.png",
"default_title": "",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"permissions": [
"activeTab",
"https:\/\/www.findemails.com\/*"
]
} | |