SBCZ PKI Service Component

Component providing electronic signature of the document.

Τι είναι το SBCZ PKI Service Component;

Το SBCZ PKI Service Component είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sberbankcz.browser.extensions, και η κύρια λειτουργία του είναι "Component providing electronic signature of the document.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SBCZ PKI Service Component

Λήψη αρχείων επέκτασης SBCZ PKI Service Component σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SBCZ PKI Service Component SBCZ PKI Service Component
ID fgelgbhmdpeipcngganbpabhhccalapg
Επίσημο URL https://chromewebstore.google.com/detail/sbcz-pki-service-componen/fgelgbhmdpeipcngganbpabhhccalapg
Περιγραφή Component providing electronic signature of the document.
Μέγεθος Αρχείου 24.26 KB
Αριθμός Εγκαταστάσεων 234
Τρέχουσα Έκδοση 1.1.0.0
Τελευταία Ενημέρωση 2020-11-20
Ημερομηνία Δημοσίευσης 2020-10-20
Προγραμματιστής sberbankcz.browser.extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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__"
    }
}