TLVD auth

Authentication for TLVD EasyPay

Cos'è TLVD auth?

TLVD auth è un'estensione di Chrome sviluppata da http://finance.tlvd-financial-group.ee, e la sua funzione principale è "Authentication for TLVD EasyPay".

Scarica il file CRX dell'estensione TLVD auth

Scarica i file di estensione TLVD auth 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

                        TLVD&EasyPay Authentication                    

Informazioni di Base sull'Estensione

Nome TLVD auth TLVD auth
ID ompkjhgnleogdeelhbnmelccfpebpjlg
URL Ufficiale https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg
Descrizione Authentication for TLVD EasyPay
Dimensione del File 25.72 KB
Conteggio Installazioni 21
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-09-28
Data di Pubblicazione 2016-09-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://finance.tlvd-financial-group.ee
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TLVD auth",
    "version": "0.0.5",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Authentication for TLVD EasyPay",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "cnt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bground.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}