BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
Co to jest BankID CryptoPlugin?
BankID CryptoPlugin to rozszerzenie Chrome opracowane przez https://biprocessing.org.ua, a jego główną funkcją jest „Extension for authenticate the citizen through BankID by digital signature without Java”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BankID CryptoPlugin
Pobierz pliki rozszerzeń BankID CryptoPlugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension for authenticate the citizen through BankID by digital signature without Java Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pgfbdgicjmhenccemcijooffohcdanic |
| Oficjalny URL | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
| Opis | Extension for authenticate the citizen through BankID by digital signature without Java |
| Rozmiar pliku | 69.84 KB |
| Liczba instalacji | 595,694 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2020-05-07 |
| Data Publikacji | 2020-05-06 |
| Ocena | 2.93/5 Łącznie 211 Oceny |
| Deweloper | https://biprocessing.org.ua |
| Typ Płatności | free |
| Strona Rozszerzenia | https://bankid.org.ua |
| Obsługiwane Języki | 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"
]
} | |