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 |
官方網址 | 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 |
電子郵箱 | [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" } } |