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