WarpLeads Email Finder

Find email addresses on any website, instantly.

Co to jest WarpLeads Email Finder?

WarpLeads Email Finder to rozszerzenie Chrome opracowane przez WarpLeads, a jego główną funkcją jest „Find email addresses on any website, instantly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WarpLeads Email Finder

Pobierz pliki rozszerzeń WarpLeads Email Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WarpLeads Email Finder WarpLeads Email Finder
ID nmpjanlhigmbkdiclajgbenpgppdnmhd
Oficjalny URL https://chromewebstore.google.com/detail/warpleads-email-finder/nmpjanlhigmbkdiclajgbenpgppdnmhd
Opis Find email addresses on any website, instantly.
Rozmiar pliku 40.4 KB
Liczba instalacji 27
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-05-18
Data Publikacji 2023-05-17
Deweloper WarpLeads
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.warpleads.com
Adres URL Strony Pomocy https://www.warpleads.com
Adres URL Strony Polityki Prywatności https://warpleads.com/privacy
Obsługiwane Języki 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
}