Thales Smart Card Bridge
Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.
O que é Thales Smart Card Bridge?
Thales Smart Card Bridge é uma extensão do Chrome desenvolvida por thalesgroup.com, e sua principal característica é "Provides the payShield Manager web application with access to the host’s PC/SC smart card reader.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thales Smart Card Bridge
Baixe arquivos de extensão Thales Smart Card Bridge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Thales Smart Card Bridge |
ID | onficnockidcmbkhdomepicdcepkndnk |
URL Oficial | https://chromewebstore.google.com/detail/thales-smart-card-bridge/onficnockidcmbkhdomepicdcepkndnk |
Descrição | Provides the payShield Manager web application with access to the host’s PC/SC smart card reader. |
Tamanho do Arquivo | 8.78 KB |
Contagem de Instalações | 11,254 |
Versão Atual | 1.0.6 |
Última Atualização | 2023-05-24 |
Data de Publicação | 2017-01-10 |
Classificação | 4.58/5 Total de 12 Avaliações |
Desenvolvedor | thalesgroup.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://cpl.thalesgroup.com/encryption/hardware-security-modules/payment-hsms/payshield-manager |
URL da Página de Ajuda | https://supportportal.thalesgroup.com/csm |
URL da Página de Política de Privacidade | https://www.thalesgroup.com/en/privacy-notice |
Idiomas Suportados | 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" } } |