Email Finder by AhaLeads
Find emails from LinkedIn and save them to AhaLeads
What is Email Finder by AhaLeads?
Email Finder by AhaLeads is a Chrome extension developed by http://ahaleads.com, and its main feature is "Find emails from LinkedIn and save them to AhaLeads".
Extension Screenshots
Download Email Finder by AhaLeads Extension CRX File
Download Email Finder by AhaLeads 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
AhaLeads is multi-channel lead generation software. Using this Chrome extension, you can find emails on LinkedIn and add them to AhaLeads. Also, it allows you to identify anonymous visitors on your website.
Extension Basic Information
Name | |
ID | egpmnkkglcjnkonoenjephjdnjalcaei |
Official URL | https://chrome.google.com/webstore/detail/email-finder-by-ahaleads/egpmnkkglcjnkonoenjephjdnjalcaei |
Description | Find emails from LinkedIn and save them to AhaLeads |
File Size | 976 KB |
Installation Count | 112 |
Current Version | 0.46 |
Last Updated | 2019-07-28 |
Publish Date | 2019-07-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://ahaleads.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ahaleads.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery\/jquery.min.js", "src\/background\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "src\/browser-action\/browser-action.html", "default_title": "AhaLeads" }, "content_scripts": [ { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-profile.js" ], "matches": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*" ] }, { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-search.js" ], "matches": [ "*:\/\/*.linkedin.com\/vsearch\/*", "*:\/\/*.linkedin.com\/sales\/search*", "*:\/\/*.linkedin.com\/search\/*", "*:\/\/*.linkedin.com\/sales\/accounts*", "*:\/\/*.linkedin.com\/cap\/peopleSearch\/*", "*:\/\/*.linkedin.com\/recruiter\/smartsearch*" ] } ], "description": "Find emails from LinkedIn and save them to AhaLeads", "homepage_url": "https:\/\/ahaleads.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Email Finder by AhaLeads", "options_page": "src\/options\/index.html", "permissions": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*", "tabs", "activeTab", "storage", "management", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.46", "web_accessible_resources": [ "src\/options\/index.html", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.woff2", "fonts\/FontAwesome.otf", "img\/logo.png", "img\/logo-glyph.png", "img\/ajax_loader.gif" ] } |