D.Bridge 2

D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.

Hvad er D.Bridge 2?

D.Bridge 2 er en Chrome-udvidelse udviklet af DITEC, a. s., og dens hovedfunktion er "D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download D.Bridge 2-udvidelses-CRX-fil

Download D.Bridge 2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        D.Bridge 2 extension enables by using Native Messaging protocol integration of web pages of various Slovak public sector bodies with D.Launcher 2 application by DITEC, a.s., which enables running various DITEC’s components for Advanced or Qualified Electronic Signature and communication between these web pages and DITEC’s components for Advanced or Qualified Electronic Signature.

Besides the D.Bridge 2 extension, it is necessary to install also D.Launcher 2 application by DITEC, a.s., which can be downloaded e.g. from https://www.ditec.sk.                    

Grundlæggende oplysninger om udvidelsen

Navn D.Bridge 2 D.Bridge 2
ID fngbdhimbgbonhlibfmiemipheabfdmj
Officiel URL https://chromewebstore.google.com/detail/dbridge-2/fngbdhimbgbonhlibfmiemipheabfdmj
Beskrivelse D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.
Filstørrelse 547 KB
Antal Installationer 58,693
Nuværende Version 2.0.0.3
Senest Opdateret 2022-05-02
Udgivelsesdato 2021-07-21
Bedømmelse 2.00/5 Samlet 8 Bedømmelser
Udvikler DITEC, a. s.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
Hjælpeside-URL https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
Understøttede Sprog en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.0.3",
    "author": "DITEC, a.s.",
    "developer": {
        "name": "DITEC, a.s.",
        "url": "https:\/\/www.ditec.sk\/"
    },
    "homepage_url": "https:\/\/www.ditec.sk\/produkty\/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis",
    "default_locale": "en",
    "icons": {
        "16": "dbridge_16.png",
        "32": "dbridge_32.png",
        "48": "dbridge_48.png",
        "64": "dbridge_64.png",
        "96": "dbridge_96.png",
        "128": "dbridge_128.png",
        "256": "dbridge_256.png",
        "512": "dbridge_512.png"
    },
    "permissions": [
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0"
        }
    }
}