Get Email

Get all email exists on current website and store it in local, not send to server

Cos'è Get Email?

Get Email è un'estensione di Chrome sviluppata da phanmemviet24h, e la sua funzione principale è "Get all email exists on current website and store it in local, not send to server".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get Email

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

                                            

Informazioni di Base sull'Estensione

Nome Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
URL Ufficiale https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
Descrizione Get all email exists on current website and store it in local, not send to server
Dimensione del File 80.89 KB
Conteggio Installazioni 1,713
Versione Corrente 1.0
Ultimo Aggiornamento 2015-04-08
Data di Pubblicazione 2015-04-08
Valutazione 4.69/5 Totale 16 Valutazioni
Sviluppatore phanmemviet24h
Tipo di Pagamento free
Lingue Supportate en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "emailmarketing-16.png",
        "48": "emailmarketing-48.png",
        "128": "emailmarketing-128.png"
    }
}