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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thalesgroup.com, και η κύρια λειτουργία του είναι "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thales Smart Card Bridge
Λήψη αρχείων επέκτασης 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" } } |