Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Co to jest Email Finder?

Email Finder to rozszerzenie Chrome opracowane przez thomas, a jego główną funkcją jest „An Email Finder Extension which helps you get CEO Email quicker”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Email Finder

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

                        You can identify emails based off of a website using this extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
Oficjalny URL https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
Opis An Email Finder Extension which helps you get CEO Email quicker
Rozmiar pliku 50.64 KB
Liczba instalacji 11
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2020-04-20
Data Publikacji 2020-04-17
Deweloper thomas
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "version": "1.11",
    "description": "An Email Finder Extension which helps you get CEO Email quicker",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}