TLVD auth

Authentication for TLVD EasyPay

What is TLVD auth?

TLVD auth is a Chrome extension developed by http://finance.tlvd-financial-group.ee, and its main feature is "Authentication for TLVD EasyPay".

Download TLVD auth Extension CRX File

Download TLVD auth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TLVD&EasyPay Authentication                    

Extension Basic Information

Name TLVD auth TLVD auth
ID ompkjhgnleogdeelhbnmelccfpebpjlg
Official URL https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg
Description Authentication for TLVD EasyPay
File Size 25.72 KB
Installation Count 21
Current Version 0.0.5
Last Updated 2016-09-28
Publish Date 2016-09-28
Rating 5.00/5 Total 1 Ratings
Developer http://finance.tlvd-financial-group.ee
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}