I.CA PKI Service Component

Component for calling native PKI libraries.

Что такое I.CA PKI Service Component?

I.CA PKI Service Component - это расширение Chrome, разработанное https://ica.cz, и его основная функция - "Component for calling native PKI libraries.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения I.CA PKI Service Component

Скачайте файлы расширений I.CA PKI Service Component в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.                    

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

Название I.CA PKI Service Component I.CA PKI Service Component
ID fdolcjnejgbpoadihncaggiicpkhjchl
Официальный URL https://chromewebstore.google.com/detail/ica-pki-service-component/fdolcjnejgbpoadihncaggiicpkhjchl
Описание Component for calling native PKI libraries.
Размер файла 15.22 KB
Количество установок 89,274
Текущая Версия 2.1.7.0
Последнее Обновление 2023-11-09
Дата публикации 2019-06-05
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://ica.cz
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://ica.cz/zakaznicka-podpora
URL страницы политики конфиденциальности https://www.ica.cz/Userfiles/files/Provolani_o_OOU_1v02.pdf
Поддерживаемые языки en,pl,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "I.CA PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.ica.cz\/*",
        "*:\/\/*.csob.cz\/*",
        "*:\/\/*.csob.sk\/*",
        "*:\/\/*.proebiz.com\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.7.0",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.localhost\/*",
            "https:\/\/*.csob.cz\/*",
            "https:\/\/*.csob.sk\/*",
            "*:\/\/*.ica.cz\/*",
            "*:\/\/*.proebiz.com\/*",
            "*:\/\/*.digisign.org\/*",
            "*:\/\/*.digisign.digital.cz\/*",
            "*:\/\/*.circularo.com\/*",
            "*:\/\/*.eon.com\/*",
            "https:\/\/eonos.sharepoint.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38-no-padding.png",
        "default_title": "__MSG_appName__"
    }
}