Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Electonic signature CNBとは何ですか?
Electonic signature CNBはČeská národní bankaによって開発されたChromeの拡張機能で、その主な機能は「Extension enabling the implementation of an electronic signature in a web browser environment.」です。
拡張機能のスクリーンショット
Electonic signature CNB拡張機能のCRXファイルをダウンロード
Electonic signature CNB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities. 拡張機能の基本情報
| 名前 | |
| ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
| 公式URL | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
| 説明 | Extension enabling the implementation of an electronic signature in a web browser environment. |
| ファイルサイズ | 17.23 KB |
| インストール数 | 8,657 |
| 現在のバージョン | 2.1.0.1 |
| 最終更新日 | 2022-10-21 |
| 公開日 | 2020-12-23 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Česká národní banka |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://abok.cnb.cz/ |
| ヘルプページのURL | https://abok.cnb.cz/ |
| 対応言語 | en,sk,cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "CNB PKI",
"default_locale": "en",
"description": "__MSG_appDescription__",
"permissions": [
"nativeMessaging",
"activeTab",
"storage",
"cookies"
],
"host_permissions": [
"*:\/\/*.cnb.cz\/*",
"*:\/\/localhost\/*"
],
"manifest_version": 3,
"version": "2.1.0.1",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.cnb.cz\/*"
]
},
"icons": {
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": "icons\/icon-38.png",
"default_title": "__MSG_appName__"
}
} | |