Email Finder
An Email Finder Extension which helps you get CEO Email quicker
What is Email Finder?
Email Finder is a Chrome extension developed by thomas, and its main feature is "An Email Finder Extension which helps you get CEO Email quicker".
Extension Screenshots
Download Email Finder Extension CRX File
Download Email Finder 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
You can identify emails based off of a website using this extension
Extension Basic Information
Name | Email Finder |
ID | idlbgnmlnkfohpbmcpolmgmneflaoicm |
Official URL | https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm |
Description | An Email Finder Extension which helps you get CEO Email quicker |
File Size | 50.64 KB |
Installation Count | 11 |
Current Version | 1.11 |
Last Updated | 2020-04-20 |
Publish Date | 2020-04-17 |
Developer | thomas |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Finder", "version": "1.11", "description": "An Email Finder Extension which helps you get CEO Email quicker", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery-3.4.1.js", "js\/script.js" ] } ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ", "web_accessible_resources": [ "images\/*.png" ] } |