Thales Smart Card Bridge

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

Vad är Thales Smart Card Bridge?

Thales Smart Card Bridge är en Chrome-tillägg utvecklad av thalesgroup.com, och dess huvudfunktion är "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Tilläggsskärmbilder

screenshot

Ladda ner Thales Smart Card Bridge-förlängningens CRX-fil

Ladda ner Thales Smart Card Bridge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
Officiell webbadress https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Beskrivning Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Filstorlek 8.78 KB
Antal Installationer 11,254
Aktuell Version 1.0.6
Senast Uppdaterad 2023-05-24
Publiceringsdatum 2017-01-10
Betyg 4.58/5 Totalt 12 Betyg
Utvecklare thalesgroup.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
Hjälpsida URL https://supportportal.thalesgroup.com/csm
URL till Sekretesspolicy Sidan https://www.thalesgroup.com/en/privacy-notice
Stödda Språk 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"
    }
}