CFCA CryptoKit.CUP Extension

CFCA Security Application Development Kit

What is CFCA CryptoKit.CUP Extension?

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

Extension Screenshots

screenshot
screenshot
screenshot

Download CFCA CryptoKit.CUP Extension Extension CRX File

Download CFCA CryptoKit.CUP 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浏览器。机构业务门户业务系统集成该数字证书应用程序扩展,用户安装该数字证书应用程序扩展后,可在机构业务门户系统通过此证书应用程序扩展调用USBKEY里的X509数字证书实现获取证书信息(例如获取X509数字证书的证书主题DN、证书颁发者、序列号等证书信息)、电子签名相关业务功能。                    

Extension Basic Information

Name CFCA CryptoKit.CUP Extension CFCA CryptoKit.CUP Extension
ID khaeekaaklggcalmgphlbjjapkfhneea
Official URL https://chromewebstore.google.com/detail/cfca-cryptokitcup-extensi/khaeekaaklggcalmgphlbjjapkfhneea
Description CFCA Security Application Development Kit
File Size 13.26 KB
Installation Count 9,000
Current Version 3.4.0.2
Last Updated 2021-10-03
Publish Date 2020-07-07
Developer fengrui2020sohu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CFCA CryptoKit.CUP Extension",
    "version": "3.4.0.2",
    "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"
    },
    "page_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.unionpay.com\/*",
            "https:\/\/*.unionpay.com\/*",
            "http:\/\/*.95516.com\/*",
            "https:\/\/*.95516.com\/*",
            "http:\/\/*.cup.com.cn\/*",
            "https:\/\/*.cup.com.cn\/*"
        ]
    }
}