Mine Emails
Mine Emails will instantly get a list of leads directly from Social Media Pages.
什么是Mine Emails?
Mine Emails是由https://mineemails.com开发的Chrome扩展程序,该扩展的主要功能是“Mine Emails will instantly get a list of leads directly from Social Media Pages.”。
扩展截图
下载Mine Emails扩展crx文件
下载Mine Emails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mine Emails will instantly get a list of leads directly from Google and Social Media Pages and download them for your future use. Mine Emails is an 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. Mine Emails searches the depths of the internet to find the highest number of matches for your search keywords.
扩展基本信息
名称 | Mine Emails |
ID | kiphecilofmcmfaknjadjecobbmgjbef |
官方URL | https://chromewebstore.google.com/detail/mine-emails/kiphecilofmcmfaknjadjecobbmgjbef |
简介 | Mine Emails will instantly get a list of leads directly from Social Media Pages. |
文件大小 | 142 KB |
安装次数 | 35 |
当前版本 | 1.00.03 |
更新时间 | 2023-12-26 |
上架时间 | 2022-12-23 |
开发者 | https://mineemails.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://tier5.us/chrome_extension |
支持的语言 | en,fr,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mine Emails", "description": "Mine Emails will instantly get a list of leads directly from Social Media Pages.", "default_locale": "en", "version": "1.00.03", "icons": { "16": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259613-small_icon.png", "48": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259682-medium_icon.png", "128": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259716-large_icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background-wrapper.js" }, "action": { "default_title": "Mine Emails", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/suggestqueries.google.com\/" ], "short_name": "ME" } |