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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thalesgroup.com และคุณลักษณะหลักของมันคือ "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thales Smart Card Bridge

ดาวน์โหลดไฟล์ส่วนขยาย Thales Smart Card Bridge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}