Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Co je Thales Smart Card Bridge?
Thales Smart Card Bridge je rozšíření Chrome vyvinuté thalesgroup.com, a jeho hlavní funkcí je „Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Thales Smart Card Bridge
Stáhněte si soubory rozšíření Thales Smart Card Bridge ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
Oficiální URL | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
Popis | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
Velikost souboru | 8.78 KB |
Počet instalací | 11,254 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2023-05-24 |
Datum Vydání | 2017-01-10 |
Hodnocení | 4.58/5 Celkem 12 Hodnocení |
Vývojář | thalesgroup.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
URL Stránky Nápovědy | https://supportportal.thalesgroup.com/csm |
URL Stránky Zásad Ochrany Soukromí | https://www.thalesgroup.com/en/privacy-notice |
Podporované Jazyky | 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" } } |