Finder: Find email addresses from any website

Find email addresses and technologies behind the websites you are browsing.

Co to jest Finder: Find email addresses from any website?

Finder: Find email addresses from any website to rozszerzenie Chrome opracowane przez https://finder.app, a jego główną funkcją jest „Find email addresses and technologies behind the websites you are browsing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Finder: Find email addresses from any website

Pobierz pliki rozszerzeń Finder: Find email addresses from any website 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

                        Finder will help you find every email address possible and current technologies from any website. Contacting certain websites didn't use to be this easy.                    

Podstawowe informacje o rozszerzeniu

Nazwa Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
Oficjalny URL https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
Opis Find email addresses and technologies behind the websites you are browsing.
Rozmiar pliku 1.39 MB
Liczba instalacji 271
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2020-10-15
Data Publikacji 2020-05-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://finder.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://finder.app
Adres URL Strony Pomocy https://finder.app/pricing
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finder: Find email addresses from any website",
    "short_name": "Finder",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Find email addresses and technologies behind the websites you are browsing.",
    "homepage_url": "https:\/\/finder.app",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Find emails",
        "default_popup": "html\/browser_popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "html\/source_popup.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.finder.app\/*"
        ]
    },
    "omnibox": {
        "keyword": "finder"
    }
}