Minelead
Find Emails and Generate Leads
What is Minelead?
Minelead is a Chrome extension developed by https://minelead.io, and its main feature is "Find Emails and Generate Leads".
Extension Screenshots
Download Minelead Extension CRX File
Download Minelead 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
Cutting Edge Email Finder and Verifier, with Email scrapper for LinkedIn and more features for the best lead generation tool. find email for any company or website as you visit them. find out more at minelead.io. Scrap anyone's email from LinkedIn profile
Extension Basic Information
Name | Minelead |
ID | jclgalpipigchmkdbfakpdkghalppgbf |
Official URL | https://chromewebstore.google.com/detail/minelead/jclgalpipigchmkdbfakpdkghalppgbf |
Description | Find Emails and Generate Leads |
File Size | 257 KB |
Installation Count | 1,112 |
Current Version | 1.4.4 |
Last Updated | 2024-02-15 |
Publish Date | 2019-10-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://minelead.io |
[email protected] | |
Payment Type | free |
Extension Website | https://minelead.io/extension |
Help Page URL | https://minelead.io/contact-us |
Privacy Policy Page URL | https://minelead.io/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minelead", "description": "Find Emails and Generate Leads", "version": "1.4.4", "icons": { "128": ".\/images\/icon-128px.png" }, "action": { "default_icon": ".\/images\/icon-19px.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/api.minelead.io\/", "https:\/\/linkedin.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/linkedin.com\/*" ], "js": [ "js\/linkedin.js" ] } ] } |