Thales Smart Card Bridge

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

What is Thales Smart Card Bridge?

Thales Smart Card Bridge is a Chrome extension developed by thalesgroup.com, and its main feature is "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Extension Screenshots

screenshot

Download Thales Smart Card Bridge Extension CRX File

Download Thales Smart Card Bridge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
Official URL https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Description Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
File Size 8.78 KB
Installation Count 11,254
Current Version 1.0.6
Last Updated 2023-05-24
Publish Date 2017-01-10
Rating 4.58/5 Total 12 Ratings
Developer thalesgroup.com
Email [email protected]
Payment Type free
Extension Website https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
Help Page URL https://supportportal.thalesgroup.com/csm
Privacy Policy Page URL https://www.thalesgroup.com/en/privacy-notice
Supported Languages 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"
    }
}