Get Email

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

Wat is Get Email?

Get Email is een Chrome-extensie ontwikkeld door phanmemviet24h, en de belangrijkste functie is "Get all email exists on current website and store it in local, not send to server".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Get Email

Download Get Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
Officiële URL https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
Beschrijving Get all email exists on current website and store it in local, not send to server
Bestandsgrootte 80.89 KB
Aantal Installaties 1,713
Huidige Versie 1.0
Laatst Bijgewerkt 2015-04-08
Publicatiedatum 2015-04-08
Beoordeling 4.69/5 Totaal 16 Beoordelingen
Ontwikkelaar phanmemviet24h
Betalingswijze free
Ondersteunde Talen 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"
    }
}