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 с друзьями, чтобы легко установить расширения 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"
]
} | |