Blitz Smart Card Plugin adapter

Lets you use Blitz Smart Card Plugin for electronic signatures

Что такое Blitz Smart Card Plugin adapter?

Blitz Smart Card Plugin adapter - это расширение Chrome, разработанное https://identityblitz.ru, и его основная функция - "Lets you use Blitz Smart Card Plugin for electronic signatures".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Blitz Smart Card Plugin adapter

Скачайте файлы расширений Blitz Smart Card Plugin adapter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        To use the Blitz Smart Card Plugin in the Google Chrome browser you need to install a special extension - Blitz Smart Card Plugin adapter.
Blitz Smart Card Plugin allows you to use different types of electronic signatures, including the Aladdin eToken / JaCarta PKI, Rutoken ECP, CryptoPro CSP 3.9 / 4.0, ESMART and SafeNet eToken tokens (list of devices depends on the operating system).
See the list of supported keys on the developer's page.                    

Основная информация о расширении

Название Blitz Smart Card Plugin adapter Blitz Smart Card Plugin adapter
ID pomekhchngaooffdadfjnghfkaeipoba
Официальный URL https://chromewebstore.google.com/detail/blitz-smart-card-plugin-a/pomekhchngaooffdadfjnghfkaeipoba
Описание Lets you use Blitz Smart Card Plugin for electronic signatures
Размер файла 45.6 KB
Количество установок 723,564
Текущая Версия 1.1.9.5
Последнее Обновление 2022-08-06
Дата публикации 2017-03-27
Рейтинг 2.68/5 Всего 22 оценок
Разработчик https://identityblitz.ru
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://identityblitz.ru/products/smart-card-plugin/
URL страницы помощи https://identityblitz.ru/servis-podachi-svedenij-o-sotrudnikah/
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.1.9.5",
    "default_locale": "ru",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "homepage_url": "https:\/\/identityblitz.ru",
    "background": {
        "scripts": [
            "background.js",
            "FireBreathPromise.js",
            "wyrmhole.js",
            "firewyrm.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js"
    ],
    "permissions": [
        "nativeMessaging",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}