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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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__"
    }
}