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.
Wat is Komponenta pro aplikaci MEP?
Komponenta pro aplikaci MEP is een Chrome-extensie ontwikkeld door aplikacecs, en de belangrijkste functie is "Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát.".
Extensie Screenshots
Download het CRX-bestand van de extensie Komponenta pro aplikaci MEP
Download Komponenta pro aplikaci MEP-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
Zprostředkovává klientský certifikát v aplikaci BUSINESS 24 Internetbanking. Basisinformatie over de Extensie
| Naam | |
| ID | dnhcjnckjcgahnbihokikcbojidglifm |
| Officiële URL | https://chromewebstore.google.com/detail/komponenta-pro-aplikaci-m/dnhcjnckjcgahnbihokikcbojidglifm |
| Beschrijving | Komponenta rozšiřuje možnosti prohlížeče Google Chrome o komunikaci s čipovou kartou ČS pro klientský certifikát. |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 1,966 |
| Huidige Versie | 2.7 |
| Laatst Bijgewerkt | 2023-06-20 |
| Publicatiedatum | 2021-11-11 |
| Ontwikkelaar | aplikacecs |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.business24.cz |
| Ondersteunde Talen | 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\/*"
]
}
} | |