Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Cos'è Email Finder?

Email Finder è un'estensione di Chrome sviluppata da thomas, e la sua funzione principale è "An Email Finder Extension which helps you get CEO Email quicker".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Email Finder

Scarica i file di estensione Email Finder 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

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

Informazioni di Base sull'Estensione

Nome Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
URL Ufficiale https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
Descrizione An Email Finder Extension which helps you get CEO Email quicker
Dimensione del File 50.64 KB
Conteggio Installazioni 11
Versione Corrente 1.11
Ultimo Aggiornamento 2020-04-20
Data di Pubblicazione 2020-04-17
Sviluppatore thomas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}