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.
What is Komponenta pro aplikaci MEP?
Komponenta pro aplikaci MEP is a Chrome extension developed by aplikacecs, and its main feature is "Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát.".
Extension Screenshots
Download Komponenta pro aplikaci MEP Extension CRX File
Download Komponenta pro aplikaci MEP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Zprostředkovává klientský certifikát v aplikaci BUSINESS 24 Internetbanking.
Extension Basic Information
Name | Komponenta pro aplikaci MEP |
ID | dnhcjnckjcgahnbihokikcbojidglifm |
Official URL | https://chromewebstore.google.com/detail/komponenta-pro-aplikaci-m/dnhcjnckjcgahnbihokikcbojidglifm |
Description | Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát. |
File Size | 116 KB |
Installation Count | 1,966 |
Current Version | 2.7 |
Last Updated | 2023-06-20 |
Publish Date | 2021-11-11 |
Developer | aplikacecs |
[email protected] | |
Payment Type | free |
Extension Website | https://www.business24.cz |
Supported Languages | 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\/*" ] } } |