CFCA CryptoKit.MYBANK Extension

CFCA Security Application Development Kit

What is CFCA CryptoKit.MYBANK Extension?

CFCA CryptoKit.MYBANK Extension is a Chrome extension developed by Unknown, and its main feature is "CFCA Security Application Development Kit".

Extension Screenshots

screenshot
screenshot
screenshot

Download CFCA CryptoKit.MYBANK Extension Extension CRX File

Download CFCA CryptoKit.MYBANK Extension 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

                        适用于chrome最新机制的绵阳商业银行网银系统证书应用扩展程序(签名类)                    

Extension Basic Information

Name CFCA CryptoKit.MYBANK Extension CFCA CryptoKit.MYBANK Extension
ID ilppmolffnmjblfhhanngfcpjdahphkh
Official URL https://chromewebstore.google.com/detail/cfca-cryptokitmybank-exte/ilppmolffnmjblfhhanngfcpjdahphkh
Description CFCA Security Application Development Kit
File Size 13.09 KB
Installation Count 302
Current Version 3.4.0.1
Last Updated 2017-06-22
Publish Date 2017-06-21
Developer Unknown
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CFCA CryptoKit.MYBANK Extension",
    "version": "3.4.0.1",
    "description": "CFCA Security Application Development Kit",
    "author": "CFCA",
    "minimum_chrome_version": "31",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mycc-bank.com\/*",
            "https:\/\/*.scmybank.com\/*"
        ]
    }
}