Finder: Find email addresses from any website

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

Cos'è Finder: Find email addresses from any website?

Finder: Find email addresses from any website è un'estensione di Chrome sviluppata da https://finder.app, e la sua funzione principale è "Find email addresses and technologies behind the websites you are browsing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Finder: Find email addresses from any website

Scarica i file di estensione Finder: Find email addresses from any website in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
URL Ufficiale https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
Descrizione Find email addresses and technologies behind the websites you are browsing.
Dimensione del File 1.39 MB
Conteggio Installazioni 271
Versione Corrente 1.1.4
Ultimo Aggiornamento 2020-10-15
Data di Pubblicazione 2020-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://finder.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://finder.app
URL della Pagina di Aiuto https://finder.app/pricing
Lingue Supportate 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"
    }
}