Thales Smart Card Bridge

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

Thales Smart Card Bridge क्या है?

Thales Smart Card Bridge thalesgroup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thales Smart Card Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
आधिकारिक URL https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
विवरण Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
फ़ाइल का आकार 8.78 KB
स्थापना संख्या 11,254
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-05-24
प्रकाशन तिथि 2017-01-10
रेटिंग 4.58/5 कुल 12 रेटिंग्स
डेवलपर thalesgroup.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
सहायता पृष्ठ URL https://supportportal.thalesgroup.com/csm
गोपनीयता नीति पृष्ठ URL https://www.thalesgroup.com/en/privacy-notice
समर्थित भाषाएँ 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"
    }
}