WarpLeads Email Finder
Find email addresses on any website, instantly.
什么是WarpLeads Email Finder?
WarpLeads Email Finder是由WarpLeads开发的Chrome扩展程序,该扩展的主要功能是“Find email addresses on any website, instantly.”。
扩展截图
下载WarpLeads Email Finder扩展crx文件
下载WarpLeads Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Email finder by WarpLeads help you find emails easily from any site. Just navigate to site in new tab and click extension to reveal email address. DISCLAMER: In some cases we are not able to find email address or any data.
扩展基本信息
名称 | WarpLeads Email Finder |
ID | nmpjanlhigmbkdiclajgbenpgppdnmhd |
官方URL | https://chromewebstore.google.com/detail/warpleads-email-finder/nmpjanlhigmbkdiclajgbenpgppdnmhd |
简介 | Find email addresses on any website, instantly. |
文件大小 | 40.4 KB |
安装次数 | 27 |
当前版本 | 1.1 |
更新时间 | 2023-05-18 |
上架时间 | 2023-05-17 |
开发者 | WarpLeads |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.warpleads.com |
帮助页面URL | https://www.warpleads.com |
隐私政策页面URL | https://warpleads.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "name": "WarpLeads Email Finder", "description": "Find email addresses on any website, instantly.", "permissions": [ "activeTab", "storage" ], "action": { "default_icon": "\/images\/logo.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/warpleads.com\/*" ], "background": { "service_worker": "service-worker.js", "type": "module" }, "icons": { "128": "\/images\/logo.png" }, "manifest_version": 3 } |