SBCZ PKI Service Component

Component providing electronic signature of the document.

¿Qué es SBCZ PKI Service Component?

SBCZ PKI Service Component es una extensión de Chrome desarrollada por sberbankcz.browser.extensions, y su función principal es "Component providing electronic signature of the document.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SBCZ PKI Service Component

Descarga archivos de extensión SBCZ PKI Service Component en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This component is provided to customers of Sberbank CZ to digitally sign documents via OnePage application portal created for this purpose. Clients will be able to use their certificate to authenticate and digitally sign files and documents without the necessity to visit a Sberbank office.                    

Información Básica de la Extensión

Nombre SBCZ PKI Service Component SBCZ PKI Service Component
ID fgelgbhmdpeipcngganbpabhhccalapg
URL Oficial https://chromewebstore.google.com/detail/sbcz-pki-service-componen/fgelgbhmdpeipcngganbpabhhccalapg
Descripción Component providing electronic signature of the document.
Tamaño del Archivo 24.26 KB
Cantidad de Instalaciones 234
Versión Actual 1.1.0.0
Última Actualización 2020-11-20
Fecha de Publicación 2020-10-20
Desarrollador sberbankcz.browser.extensions
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,pl,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "ICAPKIService",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies",
        "*:\/\/*.sberbank.cz\/*",
        "*:\/\/*.sbcz.cz\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 2,
    "version": "1.1.0.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.sberbank.cz\/*",
            "https:\/\/*.sbcz.cz\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon-38-no-bg-no-padding.png",
        "default_title": "__MSG_appName__"
    }
}