CFCA CryptoKit.CIB Extension
CFCA Security Application Development Kit
什麼是CFCA CryptoKit.CIB Extension?
CFCA CryptoKit.CIB Extension是由CFCA開發的Chrome擴展程式,該擴展的主要功能是“CFCA Security Application Development Kit”。
擴展截圖
下載CFCA CryptoKit.CIB Extension擴展crx文件
下載CFCA CryptoKit.CIB Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
适用于Chrome最新机制的兴业银行证书应用拓展程序 擴展基本資訊
| 名稱 | |
| ID | nnahcpdajidknipglinmjmcmhckpbhnk |
| 官方網址 | https://chromewebstore.google.com/detail/cfca-cryptokitcib-extensi/nnahcpdajidknipglinmjmcmhckpbhnk |
| 簡介 | CFCA Security Application Development Kit |
| 檔案大小 | 13.28 KB |
| 安裝次數 | 156,945 |
| 目前版本 | 3.4.1.5 |
| 更新時間 | 2021-08-03 |
| 上架時間 | 2018-05-23 |
| 評分 | 3.00/5 共 1 次評分 |
| 開發者 | CFCA |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
}
} | |