WarpLeads Email Finder
Find email addresses on any website, instantly.
Wat is WarpLeads Email Finder?
WarpLeads Email Finder is een Chrome-extensie ontwikkeld door WarpLeads, en de belangrijkste functie is "Find email addresses on any website, instantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie WarpLeads Email Finder
Download WarpLeads Email Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WarpLeads Email Finder |
ID | nmpjanlhigmbkdiclajgbenpgppdnmhd |
Officiële URL | https://chromewebstore.google.com/detail/warpleads-email-finder/nmpjanlhigmbkdiclajgbenpgppdnmhd |
Beschrijving | Find email addresses on any website, instantly. |
Bestandsgrootte | 40.4 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-05-18 |
Publicatiedatum | 2023-05-17 |
Ontwikkelaar | WarpLeads |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.warpleads.com |
Help Pagina-URL | https://www.warpleads.com |
URL van de Privacybeleid Pagina | https://warpleads.com/privacy |
Ondersteunde Talen | 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 } |