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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย D.Bridge 2

ดาวน์โหลดไฟล์ส่วนขยาย D.Bridge 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}