WarpLeads Email Finder
Find email addresses on any website, instantly.
Apa itu WarpLeads Email Finder?
WarpLeads Email Finder adalah ekstensi Chrome yang dikembangkan oleh WarpLeads, dan fitur utamanya adalah "Find email addresses on any website, instantly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WarpLeads Email Finder
Unduh file ekstensi WarpLeads Email Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WarpLeads Email Finder |
ID | nmpjanlhigmbkdiclajgbenpgppdnmhd |
URL Resmi | https://chromewebstore.google.com/detail/warpleads-email-finder/nmpjanlhigmbkdiclajgbenpgppdnmhd |
Deskripsi | Find email addresses on any website, instantly. |
Ukuran File | 40.4 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-05-18 |
Tanggal Publikasi | 2023-05-17 |
Pengembang | WarpLeads |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.warpleads.com |
URL Halaman Bantuan | https://www.warpleads.com |
URL Halaman Kebijakan Privasi | https://warpleads.com/privacy |
Bahasa yang Didukung | 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 } |