SBCZ PKI Service Component

Component providing electronic signature of the document.

SBCZ PKI Service Componentとは何ですか?

SBCZ PKI Service Componentはsberbankcz.browser.extensionsによって開発されたChromeの拡張機能で、その主な機能は「Component providing electronic signature of the document.」です。

拡張機能のスクリーンショット

screenshot
screenshot

SBCZ PKI Service Component拡張機能のCRXファイルをダウンロード

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
Eメール [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__"
    }
}