CFCA CryptoKit.CIB Extension
CFCA Security Application Development Kit
Vad är CFCA CryptoKit.CIB Extension?
CFCA CryptoKit.CIB Extension är en Chrome-tillägg utvecklad av CFCA, och dess huvudfunktion är "CFCA Security Application Development Kit".
Tilläggsskärmbilder
Ladda ner CFCA CryptoKit.CIB Extension-förlängningens CRX-fil
Ladda ner CFCA CryptoKit.CIB Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
适用于Chrome最新机制的兴业银行证书应用拓展程序 Grundläggande Information om Tillägg
| Namn | |
| ID | nnahcpdajidknipglinmjmcmhckpbhnk |
| Officiell webbadress | https://chromewebstore.google.com/detail/cfca-cryptokitcib-extensi/nnahcpdajidknipglinmjmcmhckpbhnk |
| Beskrivning | CFCA Security Application Development Kit |
| Filstorlek | 13.28 KB |
| Antal Installationer | 156,945 |
| Aktuell Version | 3.4.1.5 |
| Senast Uppdaterad | 2021-08-03 |
| Publiceringsdatum | 2018-05-23 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | CFCA |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CFCA CryptoKit.CIB Extension",
"version": "3.4.1.5",
"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:\/\/*.cib.com.cn\/*",
"https:\/\/*.cib.com\/*",
"http:\/\/*.cib.com\/*",
"http:\/\/*.cib.com.cn\/*",
"https:\/\/168.3.60.112\/*",
"https:\/\/168.3.63.11\/*",
"http:\/\/168.3.60.47\/*",
"http:\/\/168.3.62.79\/*",
"https:\/\/10.3.49.231\/*",
"https:\/\/168.3.63.198\/*",
"https:\/\/10.3.48.168\/*",
"https:\/\/10.3.49.178\/*",
"https:\/\/www.firmbank.xyz\/*",
"https:\/\/localhost\/*",
"http:\/\/localhost\/*"
]
}
} | |