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 |
官方網址 | 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 } |