CFCA CryptoKit.CUP Extension
CFCA Security Application Development Kit
Wat is CFCA CryptoKit.CUP Extension?
CFCA CryptoKit.CUP Extension is een Chrome-extensie ontwikkeld door fengrui2020sohu, en de belangrijkste functie is "CFCA Security Application Development Kit".
Extensie Screenshots
Download het CRX-bestand van de extensie CFCA CryptoKit.CUP Extension
Download CFCA CryptoKit.CUP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
中国金融认证中心给中国银联定制的数字证书应用扩展程序,适用于最新版chrome浏览器。机构业务门户业务系统集成该数字证书应用程序扩展,用户安装该数字证书应用程序扩展后,可在机构业务门户系统通过此证书应用程序扩展调用USBKEY里的X509数字证书实现获取证书信息(例如获取X509数字证书的证书主题DN、证书颁发者、序列号等证书信息)、电子签名相关业务功能。
Basisinformatie over de Extensie
Naam | CFCA CryptoKit.CUP Extension |
ID | khaeekaaklggcalmgphlbjjapkfhneea |
Officiële URL | https://chromewebstore.google.com/detail/cfca-cryptokitcup-extensi/khaeekaaklggcalmgphlbjjapkfhneea |
Beschrijving | CFCA Security Application Development Kit |
Bestandsgrootte | 13.26 KB |
Aantal Installaties | 9,000 |
Huidige Versie | 3.4.0.2 |
Laatst Bijgewerkt | 2021-10-03 |
Publicatiedatum | 2020-07-07 |
Ontwikkelaar | fengrui2020sohu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |