Crypto-Plugin
Extension for signing payments without Java
Crypto-Plugin là gì?
Crypto-Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://privatbank.ua, và tính năng chính của nó là "Extension for signing payments without Java".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crypto-Plugin
Tải xuống các tệp mở rộng Crypto-Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crypto-Plugin |
ID | idfiabaafjemgcecklpgnebaebonghka |
URL Chính Thức | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
Mô tả | Extension for signing payments without Java |
Kích Thước Tệp | 21.38 KB |
Số Lần Cài Đặt | 595,769 |
Phiên Bản Hiện Tại | 1.1.8 |
Cập Nhật Lần Cuối | 2019-11-19 |
Ngày Phát Hành | 2019-11-14 |
Đánh Giá | 2.61/5 Tổng số 294 Đánh Giá |
Nhà Phát Triển | https://privatbank.ua |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://privatbank.ua/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |