Crypto-Plugin
Extension for signing payments without Java
ما هو Crypto-Plugin؟
Crypto-Plugin هو إضافة Chrome تم تطويرها بواسطة https://privatbank.ua، والميزة الرئيسية لها هي "Extension for signing payments without Java".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto-Plugin
قم بتنزيل ملفات الامتداد Crypto-Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension for interacting with a crypto module, that allows you to sign documents using hardware tokens and keys on files using national cryptography. For work it is necessary to install a native cryptomodule, which is installing separately.
معلومات أساسية عن التمديد
الاسم | Crypto-Plugin |
ID | idfiabaafjemgcecklpgnebaebonghka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
الوصف | Extension for signing payments without Java |
حجم الملف | 21.38 KB |
عدد التثبيتات | 595,769 |
النسخة الحالية | 1.1.8 |
آخر تحديث | 2019-11-19 |
تاريخ النشر | 2019-11-14 |
تقييم | 2.61/5 مجموع تقييمات 294 |
المطور | https://privatbank.ua |
نوع الدفع | free |
موقع الإضافة | https://privatbank.ua/ |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto-Plugin", "version": "1.1.8", "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": { "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" ] } |