Thales Smart Card Bridge

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

Co to jest Thales Smart Card Bridge?

Thales Smart Card Bridge to rozszerzenie Chrome opracowane przez thalesgroup.com, a jego główną funkcją jest „Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Thales Smart Card Bridge

Pobierz pliki rozszerzeń Thales Smart Card Bridge w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
Oficjalny URL https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Opis Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Rozmiar pliku 8.78 KB
Liczba instalacji 11,254
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-05-24
Data Publikacji 2017-01-10
Ocena 4.58/5 Łącznie 12 Oceny
Deweloper thalesgroup.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
Adres URL Strony Pomocy https://supportportal.thalesgroup.com/csm
Adres URL Strony Polityki Prywatności https://www.thalesgroup.com/en/privacy-notice
Obsługiwane Języki 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"
    }
}