Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Qu'est-ce que Thales Smart Card Bridge ?
Thales Smart Card Bridge est une extension Chrome développée par thalesgroup.com, et sa fonction principale est "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thales Smart Card Bridge
Téléchargez les fichiers d'extension Thales Smart Card Bridge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
URL Officiel | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
Description | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
Taille du Fichier | 8.78 KB |
Nombre d'Installations | 11,254 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2023-05-24 |
Date de Publication | 2017-01-10 |
Évaluation | 4.58/5 Total 12 Évaluations |
Développeur | thalesgroup.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
URL de la Page d'Aide | https://supportportal.thalesgroup.com/csm |
URL de la Page de Politique de Confidentialité | https://www.thalesgroup.com/en/privacy-notice |
Langues Prises en Charge | 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" } } |