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 là gì?

Thales Smart Card Bridge là một tiện ích mở rộng Chrome được phát triển bởi thalesgroup.com, và tính năng chính của nó là "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thales Smart Card Bridge

Tải xuống các tệp mở rộng Thales Smart Card Bridge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Thales Smart Card Bridge Thales Smart Card Bridge
ID onficnockidcmbkhdomepicdcepkndnk
URL Chính Thức https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk
Mô tả Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Kích Thước Tệp 8.78 KB
Số Lần Cài Đặt 11,254
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-05-24
Ngày Phát Hành 2017-01-10
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển thalesgroup.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager
URL Trang Trợ Giúp https://supportportal.thalesgroup.com/csm
URL Trang Chính Sách Bảo Mật https://www.thalesgroup.com/en/privacy-notice
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}