Crypto-Plugin
Extension for signing payments without Java
Vad är Crypto-Plugin?
Crypto-Plugin är en Chrome-tillägg utvecklad av https://privatbank.ua, och dess huvudfunktion är "Extension for signing payments without Java".
Tilläggsskärmbilder
Ladda ner Crypto-Plugin-förlängningens CRX-fil
Ladda ner Crypto-Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Crypto-Plugin |
ID | idfiabaafjemgcecklpgnebaebonghka |
Officiell webbadress | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
Beskrivning | Extension for signing payments without Java |
Filstorlek | 21.38 KB |
Antal Installationer | 595,769 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2019-11-19 |
Publiceringsdatum | 2019-11-14 |
Betyg | 2.61/5 Totalt 294 Betyg |
Utvecklare | https://privatbank.ua |
Betalningssätt | free |
Tilläggswebbplats | https://privatbank.ua/ |
Stödda Språk | 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" ] } |