SBCZ PKI Service Component

Component providing electronic signature of the document.

Qu'est-ce que SBCZ PKI Service Component ?

SBCZ PKI Service Component est une extension Chrome développée par sberbankcz.browser.extensions, et sa fonction principale est "Component providing electronic signature of the document.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SBCZ PKI Service Component

Téléchargez les fichiers d'extension SBCZ PKI Service Component au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SBCZ PKI Service Component SBCZ PKI Service Component
ID fgelgbhmdpeipcngganbpabhhccalapg
URL Officiel https://chromewebstore.google.com/detail/sbcz-pki-service-componen/fgelgbhmdpeipcngganbpabhhccalapg
Description Component providing electronic signature of the document.
Taille du Fichier 24.26 KB
Nombre d'Installations 234
Version Actuelle 1.1.0.0
Dernière Mise à Jour 2020-11-20
Date de Publication 2020-10-20
Développeur sberbankcz.browser.extensions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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__"
    }
}