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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader."입니다.

확장 프로그램 스크린샷

screenshot

Thales Smart Card Bridge 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}