Thales Smart Card Bridge

Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.

Was ist Thales Smart Card Bridge?

Thales Smart Card Bridge ist eine Chrome-Erweiterung, die von thalesgroup.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Erweiterungsscreenshots

screenshot

Thales Smart Card Bridge-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thales Smart Card Bridge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
Offizielle URL https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Beschreibung Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Dateigröße 8.78 KB
Installationsanzahl 11,254
Aktuelle Version 1.0.6
Letztes Update 2023-05-24
Veröffentlichungsdatum 2017-01-10
Bewertung 4.58/5 Insgesamt 12 Bewertungen
Entwickler thalesgroup.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
Hilfeseite URL https://supportportal.thalesgroup.com/csm
URL der Datenschutzrichtlinien-Seite https://www.thalesgroup.com/en/privacy-notice
Unterstützte Sprachen 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"
    }
}