Amplemarket Emailmatcher

Find any email address in seconds

Cos'è Amplemarket Emailmatcher?

Amplemarket Emailmatcher è un'estensione di Chrome sviluppata da http://emailmatcher.com, e la sua funzione principale è "Find any email address in seconds".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amplemarket Emailmatcher

Scarica i file di estensione Amplemarket Emailmatcher 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

                        Find any email address in a matter of seconds.

With the Amplemarket Emailmatcher extension you can quickly find emails at any company. Just click the toolbar icon and start searching!

Feel free to reach out to us - [email protected]                    

Informazioni di Base sull'Estensione

Nome Amplemarket Emailmatcher Amplemarket Emailmatcher
ID hpfjaceoaoompbnjmhokccopgfmlchdk
URL Ufficiale https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk
Descrizione Find any email address in seconds
Dimensione del File 99.4 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-06
Data di Pubblicazione 2017-03-06
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore http://emailmatcher.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://emailmatcher.com
URL della Pagina di Aiuto https://emailmatcher.com
URL della Pagina della Politica sulla Privacy https://amplemarket.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amplemarket Emailmatcher",
    "short_name": "Emailmatcher",
    "description": "Find any email address in seconds",
    "version": "1.1",
    "author": "Amplemarket",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Find email"
    },
    "homepage_url": "https:\/\/www.emailmatcher.com\/",
    "permissions": [
        "https:\/\/emailmatcher.com\/*",
        "http:\/\/*.amplemarket.com\/*",
        "https:\/\/*.amplemarket.com\/*",
        "identity",
        "identity.email",
        "tabs"
    ]
}