Crypto-Plugin
Extension for signing payments without Java
Wat is Crypto-Plugin?
Crypto-Plugin is een Chrome-extensie ontwikkeld door https://privatbank.ua, en de belangrijkste functie is "Extension for signing payments without Java".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto-Plugin
Download Crypto-Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | idfiabaafjemgcecklpgnebaebonghka |
| Officiële URL | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
| Beschrijving | Extension for signing payments without Java |
| Bestandsgrootte | 21.38 KB |
| Aantal Installaties | 595,769 |
| Huidige Versie | 1.1.8 |
| Laatst Bijgewerkt | 2019-11-19 |
| Publicatiedatum | 2019-11-14 |
| Beoordeling | 2.61/5 Totaal 294 Beoordelingen |
| Ontwikkelaar | https://privatbank.ua |
| Betalingswijze | free |
| Extensiewebsite | https://privatbank.ua/ |
| Ondersteunde Talen | 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"
]
} | |