Get Email

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

Co to jest Get Email?

Get Email to rozszerzenie Chrome opracowane przez phanmemviet24h, a jego główną funkcją jest „Get all email exists on current website and store it in local, not send to server”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Get Email

Pobierz pliki rozszerzeń Get Email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
Oficjalny URL https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
Opis Get all email exists on current website and store it in local, not send to server
Rozmiar pliku 80.89 KB
Liczba instalacji 1,713
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-04-08
Data Publikacji 2015-04-08
Ocena 4.69/5 Łącznie 16 Oceny
Deweloper phanmemviet24h
Typ Płatności free
Obsługiwane Języki 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"
    }
}