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 |
电子邮箱 | [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" } } |