Komponenta pro aplikaci MEP
Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát.
Was ist Komponenta pro aplikaci MEP?
Komponenta pro aplikaci MEP ist eine Chrome-Erweiterung, die von aplikacecs entwickelt wurde, und ihr Hauptmerkmal ist "Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát.".
Erweiterungsscreenshots
Komponenta pro aplikaci MEP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Komponenta pro aplikaci MEP-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
Zprostředkovává klientský certifikát v aplikaci BUSINESS 24 Internetbanking.
Grundlegende Informationen zur Erweiterung
Name | Komponenta pro aplikaci MEP |
ID | dnhcjnckjcgahnbihokikcbojidglifm |
Offizielle URL | https://chromewebstore.google.com/detail/komponenta-pro-aplikaci-m/dnhcjnckjcgahnbihokikcbojidglifm |
Beschreibung | Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát. |
Dateigröße | 116 KB |
Installationsanzahl | 1,966 |
Aktuelle Version | 2.7 |
Letztes Update | 2023-06-20 |
Veröffentlichungsdatum | 2021-11-11 |
Entwickler | aplikacecs |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.business24.cz |
Unterstützte Sprachen | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "persistent": true, "scripts": [ "js\/jquery-3.7.0.min.js", "js\/jquery-ui-1.13.2.js", "hostname.js", "common.js", "background.js" ] }, "name": "Komponenta pro aplikaci MEP", "version": "2.7", "description": "Komponenta roz\u0161i\u0159uje mo\u017enosti prohl\u00ed\u017ee\u010de Google Chrome o komunikaci s \u010dipovou kartou \u010cS pro klientsk\u00fd certifik\u00e1t.", "short_name": "KAK MEP", "externally_connectable": { "matches": [ "*:\/\/www.business24.cz\/*", "*:\/\/*.csas.cz\/*", "*:\/\/*.platba24.cz\/*", "*:\/\/10.177.15.50\/*" ] } } |