Crypto-Plugin
Extension for signing payments without Java
Was ist Crypto-Plugin?
Crypto-Plugin ist eine Chrome-Erweiterung, die von https://privatbank.ua entwickelt wurde, und ihr Hauptmerkmal ist "Extension for signing payments without Java".
Erweiterungsscreenshots
Crypto-Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto-Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | idfiabaafjemgcecklpgnebaebonghka |
| Offizielle URL | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
| Beschreibung | Extension for signing payments without Java |
| Dateigröße | 21.38 KB |
| Installationsanzahl | 595,769 |
| Aktuelle Version | 1.1.8 |
| Letztes Update | 2019-11-19 |
| Veröffentlichungsdatum | 2019-11-14 |
| Bewertung | 2.61/5 Insgesamt 294 Bewertungen |
| Entwickler | https://privatbank.ua |
| Zahlungsart | free |
| Erweiterungswebsite | https://privatbank.ua/ |
| Unterstützte Sprachen | 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"
]
} | |