Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Thales Smart Card Bridgeとは何ですか?
Thales Smart Card Bridgeはthalesgroup.comによって開発されたChromeの拡張機能で、その主な機能は「Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.」です。
拡張機能のスクリーンショット
Thales Smart Card Bridge拡張機能のCRXファイルをダウンロード
Thales Smart Card Bridge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Thales Smart Card Bridge Chrome Extension is one of the components installed locally allowing payShield Manager to access the smart card reader and smart card. payShield Manager offers local and remote management options designed specifically for payShield 10K HSMs. The solution enables remote operation of HSMs via a standard browser interface. With the solution, you can leverage smart card access control to establish secure connections with HSMs. payShield Manager enables key management, security configuration and software and license updates to be carried out remotely.
拡張機能の基本情報
名前 | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
公式URL | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
説明 | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
ファイルサイズ | 8.78 KB |
インストール数 | 11,254 |
現在のバージョン | 1.0.6 |
最終更新日 | 2023-05-24 |
公開日 | 2017-01-10 |
評価 | 4.58/5 合計 12 レビュー |
開発者 | thalesgroup.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
ヘルプページのURL | https://supportportal.thalesgroup.com/csm |
プライバシーポリシーページのURL | https://www.thalesgroup.com/en/privacy-notice |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thales Smart Card Bridge", "version": "1.0.6", "manifest_version": 3, "description": "Provides the payShield Manager web application with access to the host\u2019s PC\/SC smart card reader.", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "bridgeProxy.js" } } |