BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
什麼是BankID CryptoPlugin?
BankID CryptoPlugin是由https://biprocessing.org.ua開發的Chrome擴展程式,該擴展的主要功能是“Extension for authenticate the citizen through BankID by digital signature without Java”。
擴展截圖
下載BankID CryptoPlugin擴展crx文件
下載BankID CryptoPlugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension for authenticate the citizen through BankID by digital signature without Java 擴展基本資訊
| 名稱 | |
| ID | pgfbdgicjmhenccemcijooffohcdanic |
| 官方網址 | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
| 簡介 | Extension for authenticate the citizen through BankID by digital signature without Java |
| 檔案大小 | 69.84 KB |
| 安裝次數 | 595,694 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2020-05-07 |
| 上架時間 | 2020-05-06 |
| 評分 | 2.93/5 共 211 次評分 |
| 開發者 | https://biprocessing.org.ua |
| 付費類型 | free |
| 擴展官網 | https://bankid.org.ua |
| 支援的語言 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BankID CryptoPlugin",
"version": "1.0.3",
"description": "__MSG_appDesc__",
"default_locale": "uk",
"permissions": [
"tabs",
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.ceb.loc\/*",
"*:\/\/*.p24.ua\/*",
"*:\/\/*.pb.ua\/*",
"*:\/\/*.pb.com.ua\/*",
"*:\/\/*.privat24.ua\/*",
"*:\/\/*.privatbank.ua\/*",
"*:\/\/*.biprocessing.org.ua\/*",
"*:\/\/*.igov.org.ua\/*",
"*:\/\/*.bankid.org.ua\/*"
]
},
"icons": {
"512": "icon512.png",
"256": "icon256.png",
"128": "icon128.png",
"64": "icon64.png",
"48": "icon48.png",
"32": "icon32.png",
"24": "icon24.png",
"16": "icon16.png"
},
"manifest_version": 2,
"web_accessible_resources": [
"manifest.json"
]
} | |