TLVD auth

Authentication for TLVD EasyPay

什么是TLVD auth?

TLVD auth是由http://finance.tlvd-financial-group.ee开发的Chrome扩展程序,该扩展的主要功能是“Authentication for TLVD EasyPay”。

下载TLVD auth扩展crx文件

下载TLVD auth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TLVD&EasyPay Authentication                    

扩展基本信息

名称 TLVD auth TLVD auth
ID ompkjhgnleogdeelhbnmelccfpebpjlg
官方URL https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg
简介 Authentication for TLVD EasyPay
文件大小 25.72 KB
安装次数 21
当前版本 0.0.5
更新时间 2016-09-28
上架时间 2016-09-28
评分 5.00/5 共1次评分
开发者 http://finance.tlvd-financial-group.ee
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}