BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
Wat is BankID CryptoPlugin?
BankID CryptoPlugin is een Chrome-extensie ontwikkeld door https://biprocessing.org.ua, en de belangrijkste functie is "Extension for authenticate the citizen through BankID by digital signature without Java".
Extensie Screenshots
Download het CRX-bestand van de extensie BankID CryptoPlugin
Download BankID CryptoPlugin-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 authenticate the citizen through BankID by digital signature without Java
Basisinformatie over de Extensie
Naam | BankID CryptoPlugin |
ID | pgfbdgicjmhenccemcijooffohcdanic |
Officiële URL | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
Beschrijving | Extension for authenticate the citizen through BankID by digital signature without Java |
Bestandsgrootte | 69.84 KB |
Aantal Installaties | 595,694 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-05-07 |
Publicatiedatum | 2020-05-06 |
Beoordeling | 2.93/5 Totaal 211 Beoordelingen |
Ontwikkelaar | https://biprocessing.org.ua |
Betalingswijze | free |
Extensiewebsite | https://bankid.org.ua |
Ondersteunde Talen | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BankID CryptoPlugin", "version": "1.0.3", "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": { "512": "icon512.png", "256": "icon256.png", "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" ] } |