Thales Smart Card Bridge

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

¿Qué es Thales Smart Card Bridge?

Thales Smart Card Bridge es una extensión de Chrome desarrollada por thalesgroup.com, y su función principal es "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thales Smart Card Bridge

Descarga archivos de extensión Thales Smart Card Bridge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
URL Oficial https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Descripción Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Tamaño del Archivo 8.78 KB
Cantidad de Instalaciones 11,254
Versión Actual 1.0.6
Última Actualización 2023-05-24
Fecha de Publicación 2017-01-10
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador thalesgroup.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
URL de la Página de Ayuda https://supportportal.thalesgroup.com/csm
URL de la Página de Política de Privacidad https://www.thalesgroup.com/en/privacy-notice
Idiomas Soportados 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"
    }
}