Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
什么是Email Miner?
Email Miner是由https://leadsintoinbox.com开发的Chrome扩展程序,该扩展的主要功能是“Email Miner will instantly get a list of leads directly from Google and Social Media Pages.”。
扩展截图
下载Email Miner扩展crx文件
下载Email Miner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Email Miner is a Google Chrome extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers. Get the name, email and social media link of leads with accuracy up to 92% of search criteria. Capture thousands of leads per minute by searching different social media networks or websites that contain public emails. Find as many leads as your business needs, There's no limit. Email Miner searches the depths of the internet to find the highest number of matches for your search keywords.
扩展基本信息
名称 | Email Miner |
ID | lekppmdbjgnhecpkeddomklegpcnadba |
官方URL | https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba |
简介 | Email Miner will instantly get a list of leads directly from Google and Social Media Pages. |
文件大小 | 204 KB |
安装次数 | 483 |
当前版本 | 1.0.42 |
更新时间 | 2021-12-20 |
上架时间 | 2021-07-27 |
评分 | 3.86/5 共7次评分 |
开发者 | https://leadsintoinbox.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://10x.leadsintoinbox.com/site |
帮助页面URL | https://m.me/LeadsIntoInbox |
隐私政策页面URL | https://buy.leadsintoinbox.com/privacy |
支持的语言 | en,fr,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Miner", "description": "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.", "default_locale": "en", "version": "1.0.42", "icons": { "16": "images\/1626985110243-smallLogo.png", "48": "images\/1626985110294-mediumLogo.png", "128": "images\/1626985110336-largeLogo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background-wrapper.js" }, "action": { "default_title": "Email Miner", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "background", "notifications" ], "host_permissions": [ "http:\/\/suggestqueries.google.com\/" ], "short_name": "EM" } |