BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
ما هو BankID CryptoPlugin؟
BankID CryptoPlugin هو إضافة Chrome تم تطويرها بواسطة https://biprocessing.org.ua، والميزة الرئيسية لها هي "Extension for authenticate the citizen through BankID by digital signature without Java".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BankID CryptoPlugin
قم بتنزيل ملفات الامتداد BankID CryptoPlugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension for authenticate the citizen through BankID by digital signature without Java
معلومات أساسية عن التمديد
الاسم | BankID CryptoPlugin |
ID | pgfbdgicjmhenccemcijooffohcdanic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
الوصف | Extension for authenticate the citizen through BankID by digital signature without Java |
حجم الملف | 69.84 KB |
عدد التثبيتات | 595,694 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2020-05-07 |
تاريخ النشر | 2020-05-06 |
تقييم | 2.93/5 مجموع تقييمات 211 |
المطور | https://biprocessing.org.ua |
نوع الدفع | free |
موقع الإضافة | https://bankid.org.ua |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BankID CryptoPlugin", "version": "1.0.3", "description": "__MSG_appDesc__", "default_locale": "uk", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.ceb.loc\/*", "*:\/\/*.p24.ua\/*", "*:\/\/*.pb.ua\/*", "*:\/\/*.pb.com.ua\/*", "*:\/\/*.privat24.ua\/*", "*:\/\/*.privatbank.ua\/*", "*:\/\/*.biprocessing.org.ua\/*", "*:\/\/*.igov.org.ua\/*", "*:\/\/*.bankid.org.ua\/*" ] }, "icons": { "512": "icon512.png", "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "24": "icon24.png", "16": "icon16.png" }, "manifest_version": 2, "web_accessible_resources": [ "manifest.json" ] } |