Get Email

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

Qu'est-ce que Get Email ?

Get Email est une extension Chrome développée par phanmemviet24h, et sa fonction principale est "Get all email exists on current website and store it in local, not send to server".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Email

Téléchargez les fichiers d'extension Get Email au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
URL Officiel https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
Description Get all email exists on current website and store it in local, not send to server
Taille du Fichier 80.89 KB
Nombre d'Installations 1,713
Version Actuelle 1.0
Dernière Mise à Jour 2015-04-08
Date de Publication 2015-04-08
Évaluation 4.69/5 Total 16 Évaluations
Développeur phanmemviet24h
Type de Paiement free
Langues Prises en Charge 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"
    }
}