Crypto-Plugin
Extension for signing payments without Java
Hvad er Crypto-Plugin?
Crypto-Plugin er en Chrome-udvidelse udviklet af https://privatbank.ua, og dens hovedfunktion er "Extension for signing payments without Java".
Udvidelsesskærmbilleder
Download Crypto-Plugin-udvidelses-CRX-fil
Download Crypto-Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | idfiabaafjemgcecklpgnebaebonghka |
| Officiel URL | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
| Beskrivelse | Extension for signing payments without Java |
| Filstørrelse | 21.38 KB |
| Antal Installationer | 595,769 |
| Nuværende Version | 1.1.8 |
| Senest Opdateret | 2019-11-19 |
| Udgivelsesdato | 2019-11-14 |
| Bedømmelse | 2.61/5 Samlet 294 Bedømmelser |
| Udvikler | https://privatbank.ua |
| Betalingsmetode | free |
| Udvidelseswebsted | https://privatbank.ua/ |
| Understøttede Sprog | 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"
]
} | |