K&H Chrome extension
K&H e-bank belépés és tranzakció aláírás bővítmény / K&H e-bank login and transaction signing extension
Wat is K&H Chrome extension?
K&H Chrome extension is een Chrome-extensie ontwikkeld door K&H Bank Zrt., en de belangrijkste functie is "K&H e-bank belépés és tranzakció aláírás bővítmény / K&H e-bank login and transaction signing extension".
Extensie Screenshots
Download het CRX-bestand van de extensie K&H Chrome extension
Download K&H Chrome extension-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
K&H webElectra token alapú belépéshez szükséges bővítmény
Basisinformatie over de Extensie
Naam | K&H Chrome extension |
ID | mfaeplbffmjeomjmpgmfmlceaacmciln |
Officiële URL | https://chromewebstore.google.com/detail/kh-chrome-extension/mfaeplbffmjeomjmpgmfmlceaacmciln |
Beschrijving | K&H e-bank belépés és tranzakció aláírás bővítmény / K&H e-bank login and transaction signing extension |
Bestandsgrootte | 11.74 KB |
Aantal Installaties | 4,112 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2022-12-06 |
Publicatiedatum | 2020-09-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | K&H Bank Zrt. |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.kh.hu/adatvedelem |
Ondersteunde Talen | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "K&H Chrome extension", "version": "2.1.0", "description": "K&H e-bank bel\u00e9p\u00e9s \u00e9s tranzakci\u00f3 al\u00e1\u00edr\u00e1s b\u0151v\u00edtm\u00e9ny \/ K&H e-bank login and transaction signing extension", "icons": { "96": "kh_96.png", "128": "kh_128.png" }, "author": "K&H Bank Zrt.", "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/*.kh.hu\/*", "*:\/\/*.khb.hu\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.khb.hu\/*", "https:\/\/*.kh.hu\/*" ], "js": [ "connector.js", "content.js", "core-min.js", "enc-utf16-min.js", "enc-base64-min.js" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "homepage_url": "https:\/\/www.kh.hu\/ebank\/telepitesi-utmutato", "incognito": "split", "minimum_chrome_version": "88", "optional_permissions": [], "permissions": [ "nativeMessaging" ], "host_permissions": [ "https:\/\/*.khb.hu\/*", "https:\/\/*.kh.hu\/*" ] } |