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 |
| 公式URL | 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"
]
} | |