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.

Co je D.Bridge 2?

D.Bridge 2 je rozšíření Chrome vyvinuté DITEC, a. s., a jeho hlavní funkcí je „D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření D.Bridge 2

Stáhněte si soubory rozšíření D.Bridge 2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název D.Bridge 2 D.Bridge 2
ID fngbdhimbgbonhlibfmiemipheabfdmj
Oficiální URL https://chromewebstore.google.com/detail/dbridge-2/fngbdhimbgbonhlibfmiemipheabfdmj
Popis D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.
Velikost souboru 547 KB
Počet instalací 58,693
Aktuální Verze 2.0.0.3
Poslední Aktualizace 2022-05-02
Datum Vydání 2021-07-21
Hodnocení 2.00/5 Celkem 8 Hodnocení
Vývojář DITEC, a. s.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
URL Stránky Nápovědy https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
Podporované Jazyky 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"
        }
    }
}