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