Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
Apa itu Thales Smart Card Bridge?
Thales Smart Card Bridge adalah ekstensi Chrome yang dikembangkan oleh thalesgroup.com, dan fitur utamanya adalah "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Thales Smart Card Bridge
Unduh file ekstensi Thales Smart Card Bridge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
URL Resmi | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
Deskripsi | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
Ukuran File | 8.78 KB |
Jumlah Instalasi | 11,254 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2023-05-24 |
Tanggal Publikasi | 2017-01-10 |
Penilaian | 4.58/5 Total 12 Penilaian |
Pengembang | thalesgroup.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
URL Halaman Bantuan | https://supportportal.thalesgroup.com/csm |
URL Halaman Kebijakan Privasi | https://www.thalesgroup.com/en/privacy-notice |
Bahasa yang Didukung | 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" } } |