Crypto-Plugin
Extension for signing payments without Java
Cos'è Crypto-Plugin?
Crypto-Plugin è un'estensione di Chrome sviluppata da https://privatbank.ua, e la sua funzione principale è "Extension for signing payments without Java".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto-Plugin
Scarica i file di estensione Crypto-Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Crypto-Plugin |
ID | idfiabaafjemgcecklpgnebaebonghka |
URL Ufficiale | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
Descrizione | Extension for signing payments without Java |
Dimensione del File | 21.38 KB |
Conteggio Installazioni | 595,769 |
Versione Corrente | 1.1.8 |
Ultimo Aggiornamento | 2019-11-19 |
Data di Pubblicazione | 2019-11-14 |
Valutazione | 2.61/5 Totale 294 Valutazioni |
Sviluppatore | https://privatbank.ua |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://privatbank.ua/ |
Lingue Supportate | 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" ] } |