CFCA CryptoKit.CUP Extension
CFCA Security Application Development Kit
Cos'è CFCA CryptoKit.CUP Extension?
CFCA CryptoKit.CUP Extension è un'estensione di Chrome sviluppata da fengrui2020sohu, e la sua funzione principale è "CFCA Security Application Development Kit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CFCA CryptoKit.CUP Extension
Scarica i file di estensione CFCA CryptoKit.CUP Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
中国金融认证中心给中国银联定制的数字证书应用扩展程序,适用于最新版chrome浏览器。机构业务门户业务系统集成该数字证书应用程序扩展,用户安装该数字证书应用程序扩展后,可在机构业务门户系统通过此证书应用程序扩展调用USBKEY里的X509数字证书实现获取证书信息(例如获取X509数字证书的证书主题DN、证书颁发者、序列号等证书信息)、电子签名相关业务功能。
Informazioni di Base sull'Estensione
Nome | CFCA CryptoKit.CUP Extension |
ID | khaeekaaklggcalmgphlbjjapkfhneea |
URL Ufficiale | https://chromewebstore.google.com/detail/cfca-cryptokitcup-extensi/khaeekaaklggcalmgphlbjjapkfhneea |
Descrizione | CFCA Security Application Development Kit |
Dimensione del File | 13.26 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 3.4.0.2 |
Ultimo Aggiornamento | 2021-10-03 |
Data di Pubblicazione | 2020-07-07 |
Sviluppatore | fengrui2020sohu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |