Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Hvad er Thales Smart Card Bridge?
Thales Smart Card Bridge er en Chrome-udvidelse udviklet af thalesgroup.com, og dens hovedfunktion er "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".
Udvidelsesskærmbilleder
Download Thales Smart Card Bridge-udvidelses-CRX-fil
Download Thales Smart Card Bridge-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
Officiel URL | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
Beskrivelse | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
Filstørrelse | 8.78 KB |
Antal Installationer | 11,254 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2023-05-24 |
Udgivelsesdato | 2017-01-10 |
Bedømmelse | 4.58/5 Samlet 12 Bedømmelser |
Udvikler | thalesgroup.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
Hjælpeside-URL | https://supportportal.thalesgroup.com/csm |
URL til Fortrolighedspolitik Side | https://www.thalesgroup.com/en/privacy-notice |
Understøttede Sprog | 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" } } |