Minelead
Find Emails and Generate Leads
什么是Minelead?
Minelead是由https://minelead.io开发的Chrome扩展程序,该扩展的主要功能是“Find Emails and Generate Leads”。
扩展截图
下载Minelead扩展crx文件
下载Minelead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Minelead |
ID | jclgalpipigchmkdbfakpdkghalppgbf |
官方URL | https://chromewebstore.google.com/detail/minelead/jclgalpipigchmkdbfakpdkghalppgbf |
简介 | Find Emails and Generate Leads |
文件大小 | 257 KB |
安装次数 | 1,112 |
当前版本 | 1.4.4 |
更新时间 | 2024-02-15 |
上架时间 | 2019-10-04 |
评分 | 5.00/5 共3次评分 |
开发者 | https://minelead.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://minelead.io/extension |
帮助页面URL | https://minelead.io/contact-us |
隐私政策页面URL | https://minelead.io/privacy |
支持的语言 | 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" ] } ] } |