BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
Was ist BankID CryptoPlugin?
BankID CryptoPlugin ist eine Chrome-Erweiterung, die von https://biprocessing.org.ua entwickelt wurde, und ihr Hauptmerkmal ist "Extension for authenticate the citizen through BankID by digital signature without Java".
Erweiterungsscreenshots
BankID CryptoPlugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie BankID CryptoPlugin-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 authenticate the citizen through BankID by digital signature without Java Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pgfbdgicjmhenccemcijooffohcdanic |
| Offizielle URL | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
| Beschreibung | Extension for authenticate the citizen through BankID by digital signature without Java |
| Dateigröße | 69.84 KB |
| Installationsanzahl | 595,694 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2020-05-07 |
| Veröffentlichungsdatum | 2020-05-06 |
| Bewertung | 2.93/5 Insgesamt 211 Bewertungen |
| Entwickler | https://biprocessing.org.ua |
| Zahlungsart | free |
| Erweiterungswebsite | https://bankid.org.ua |
| Unterstützte Sprachen | 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"
]
} | |