CFCA CryptoKit.CUP Extension
CFCA Security Application Development Kit
Hvad er CFCA CryptoKit.CUP Extension?
CFCA CryptoKit.CUP Extension er en Chrome-udvidelse udviklet af fengrui2020sohu, og dens hovedfunktion er "CFCA Security Application Development Kit".
Udvidelsesskærmbilleder
Download CFCA CryptoKit.CUP Extension-udvidelses-CRX-fil
Download CFCA CryptoKit.CUP Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
中国金融认证中心给中国银联定制的数字证书应用扩展程序,适用于最新版chrome浏览器。机构业务门户业务系统集成该数字证书应用程序扩展,用户安装该数字证书应用程序扩展后,可在机构业务门户系统通过此证书应用程序扩展调用USBKEY里的X509数字证书实现获取证书信息(例如获取X509数字证书的证书主题DN、证书颁发者、序列号等证书信息)、电子签名相关业务功能。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | khaeekaaklggcalmgphlbjjapkfhneea |
| Officiel URL | https://chromewebstore.google.com/detail/cfca-cryptokitcup-extensi/khaeekaaklggcalmgphlbjjapkfhneea |
| Beskrivelse | CFCA Security Application Development Kit |
| Filstørrelse | 13.26 KB |
| Antal Installationer | 9,000 |
| Nuværende Version | 3.4.0.2 |
| Senest Opdateret | 2021-10-03 |
| Udgivelsesdato | 2020-07-07 |
| Udvikler | fengrui2020sohu |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
} | |