SBCZ PKI Service Component

Component providing electronic signature of the document.

Apa itu SBCZ PKI Service Component?

SBCZ PKI Service Component adalah ekstensi Chrome yang dikembangkan oleh sberbankcz.browser.extensions, dan fitur utamanya adalah "Component providing electronic signature of the document.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SBCZ PKI Service Component

Unduh file ekstensi SBCZ PKI Service Component dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SBCZ PKI Service Component SBCZ PKI Service Component
ID fgelgbhmdpeipcngganbpabhhccalapg
URL Resmi https://chromewebstore.google.com/detail/sbcz-pki-service-componen/fgelgbhmdpeipcngganbpabhhccalapg
Deskripsi Component providing electronic signature of the document.
Ukuran File 24.26 KB
Jumlah Instalasi 234
Versi Saat Ini 1.1.0.0
Terakhir Diperbarui 2020-11-20
Tanggal Publikasi 2020-10-20
Pengembang sberbankcz.browser.extensions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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__"
    }
}