Thales Smart Card Bridge

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

Cos'è Thales Smart Card Bridge?

Thales Smart Card Bridge è un'estensione di Chrome sviluppata da thalesgroup.com, e la sua funzione principale è "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thales Smart Card Bridge

Scarica i file di estensione Thales Smart Card Bridge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
URL Ufficiale https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Descrizione Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Dimensione del File 8.78 KB
Conteggio Installazioni 11,254
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-05-24
Data di Pubblicazione 2017-01-10
Valutazione 4.58/5 Totale 12 Valutazioni
Sviluppatore thalesgroup.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
URL della Pagina di Aiuto https://supportportal.thalesgroup.com/csm
URL della Pagina della Politica sulla Privacy https://www.thalesgroup.com/en/privacy-notice
Lingue Supportate 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"
    }
}