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.

D.Bridge 2 क्या है?

D.Bridge 2 DITEC, a. s. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में D.Bridge 2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम D.Bridge 2 D.Bridge 2
ID fngbdhimbgbonhlibfmiemipheabfdmj
आधिकारिक URL https://chromewebstore.google.com/detail/dbridge-2/fngbdhimbgbonhlibfmiemipheabfdmj
विवरण D.Bridge 2 extension enables integration of web pages with D.Launcher 2 application by DITEC, a.s. using Native Messaging protocol.
फ़ाइल का आकार 547 KB
स्थापना संख्या 58,693
वर्तमान संस्करण 2.0.0.3
अंतिम अपडेट 2022-05-02
प्रकाशन तिथि 2021-07-21
रेटिंग 2.00/5 कुल 8 रेटिंग्स
डेवलपर DITEC, a. s.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
सहायता पृष्ठ URL https://www.ditec.sk/produkty/d_suite_eidas_klientske_aplikacie_pre_kvalifikovany_elektronicky_podpis
समर्थित भाषाएँ 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"
        }
    }
}