Electonic signature CNB

Extension enabling the implementation of an electronic signature in a web browser environment.

ما هو Electonic signature CNB؟

Electonic signature CNB هو إضافة Chrome تم تطويرها بواسطة Česká národní banka، والميزة الرئيسية لها هي "Extension enabling the implementation of an electronic signature in a web browser environment.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Electonic signature CNB

قم بتنزيل ملفات الامتداد Electonic signature CNB بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.                    

معلومات أساسية عن التمديد

الاسم Electonic signature CNB Electonic signature CNB
ID hdbmbdpobhimeabanajlbkinlhkoflpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk
الوصف Extension enabling the implementation of an electronic signature in a web browser environment.
حجم الملف 17.23 KB
عدد التثبيتات 8,657
النسخة الحالية 2.1.0.1
آخر تحديث 2022-10-21
تاريخ النشر 2020-12-23
تقييم 1.00/5 مجموع تقييمات 1
المطور Česká národní banka
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://abok.cnb.cz/
عنوان صفحة المساعدة https://abok.cnb.cz/
اللغات المدعومة en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "CNB PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.cnb.cz\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.cnb.cz\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38.png",
        "default_title": "__MSG_appName__"
    }
}