EmailSherlock

Free Email Search on EmailSherlock.com

Co to jest EmailSherlock?

EmailSherlock to rozszerzenie Chrome opracowane przez https://emailsherlock.com, a jego główną funkcją jest „Free Email Search on EmailSherlock.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EmailSherlock

Pobierz pliki rozszerzeń EmailSherlock 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

                        Emailsherlock Chrome Extension is a free tool to verify email addresses directly in your browser. It checks the email syntax, looks for typos and checks if the email address really exists. Verify while browsing the web and copy-paste email addresses from any website.                    

Podstawowe informacje o rozszerzeniu

Nazwa EmailSherlock EmailSherlock
ID ekphofjeajabnibnikfndpdhabojmpnm
Oficjalny URL https://chromewebstore.google.com/detail/emailsherlock/ekphofjeajabnibnikfndpdhabojmpnm
Opis Free Email Search on EmailSherlock.com
Rozmiar pliku 61.04 KB
Liczba instalacji 126
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2023-08-08
Data Publikacji 2023-07-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://emailsherlock.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.emailsherlock.com/chrome-extension
Adres URL Strony Pomocy https://www.emailsherlock.com/contact-us
Adres URL Strony Polityki Prywatności https://www.emailsherlock.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmailSherlock",
    "version": "0.2.1",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "description": "Free Email Search on EmailSherlock.com",
    "homepage_url": "https:\/\/www.emailsherlock.com\/",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16x16.png",
            "48": "icons\/icon-48x48.png",
            "128": "icons\/icon-128x128.png"
        },
        "default_title": "Lookup found emails"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/top_left.png",
                "imgs\/top_right.png",
                "imgs\/bottom_left.png",
                "imgs\/bottom_right.png"
            ],
            "matches": [
                "https:\/\/www.emailsherlock.com\/*"
            ]
        }
    ]
}