Crypto-Plugin
Extension for signing payments without Java
什么是Crypto-Plugin?
Crypto-Plugin是由https://privatbank.ua开发的Chrome扩展程序,该扩展的主要功能是“Extension for signing payments without Java”。
扩展截图
下载Crypto-Plugin扩展crx文件
下载Crypto-Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
} | |