TLVD auth

Authentication for TLVD EasyPay

Apa itu TLVD auth?

TLVD auth adalah ekstensi Chrome yang dikembangkan oleh http://finance.tlvd-financial-group.ee, dan fitur utamanya adalah "Authentication for TLVD EasyPay".

Unduh Berkas CRX Ekstensi TLVD auth

Unduh file ekstensi TLVD auth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        TLVD&EasyPay Authentication                    

Informasi Dasar Ekstensi

Nama TLVD auth TLVD auth
ID ompkjhgnleogdeelhbnmelccfpebpjlg
URL Resmi https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg
Deskripsi Authentication for TLVD EasyPay
Ukuran File 25.72 KB
Jumlah Instalasi 21
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2016-09-28
Tanggal Publikasi 2016-09-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://finance.tlvd-financial-group.ee
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}