B3DWebDriver

Provides extra native functionality to 3DNetMedical.

Apa itu B3DWebDriver?

B3DWebDriver adalah ekstensi Chrome yang dikembangkan oleh https://www.3dnetmedical.com, dan fitur utamanya adalah "Provides extra native functionality to 3DNetMedical.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi B3DWebDriver

Unduh file ekstensi B3DWebDriver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Provides extra native functionality to 3DNetMedical.                    

Informasi Dasar Ekstensi

Nama B3DWebDriver B3DWebDriver
ID agmcbllppnndphgfcbhhafedoahiffad
URL Resmi https://chromewebstore.google.com/detail/b3dwebdriver/agmcbllppnndphgfcbhhafedoahiffad
Deskripsi Provides extra native functionality to 3DNetMedical.
Ukuran File 50.93 KB
Jumlah Instalasi 419
Versi Saat Ini 1.0.317
Terakhir Diperbarui 2023-07-03
Tanggal Publikasi 2020-04-06
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://www.3dnetmedical.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.3dnetmedical.com/docs/PrivacyPolicy.pdf
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.317",
    "author": "Biotronics 3D Ltd.",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.3dnetmedical.com\/*",
                "*:\/\/*.affidea.com\/*",
                "*:\/\/*.affidea.pt\/*",
                "*:\/\/*.euromedic.pt\/*",
                "*:\/\/*.affidea-portal.ch\/*",
                "*:\/\/*.affidea.ie\/*",
                "*:\/\/*.affidea.hu\/*",
                "*:\/\/*.affidea.lt\/*",
                "*:\/\/*.affidea.hu\/*",
                "*:\/\/*.affidea.ro\/*",
                "*:\/\/*.hygeia-group.com\/*",
                "*:\/\/*.euroclinic.gr\/*",
                "*:\/\/*.biotypos.gr\/*",
                "*:\/\/*.he-experience.com\/*",
                "*:\/\/*.he-experience.gr\/*",
                "*:\/\/*.euromednet.gr\/*",
                "*:\/\/oly-pacs.intracom-telecom.com\/*",
                "*:\/\/*.metropolitan-general.gr\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.3dnetmedical.com\/*",
        "*:\/\/*.affidea.com\/*",
        "*:\/\/*.affidea.pt\/*",
        "*:\/\/*.euromedic.pt\/*",
        "*:\/\/*.affidea-portal.ch\/*",
        "*:\/\/*.affidea.ie\/*",
        "*:\/\/*.affidea.hu\/*",
        "*:\/\/*.affidea.lt\/*",
        "*:\/\/*.affidea.hu\/*",
        "*:\/\/*.affidea.ro\/*",
        "*:\/\/*.hygeia-group.com\/*",
        "*:\/\/*.euroclinic.gr\/*",
        "*:\/\/*.biotypos.gr\/*",
        "*:\/\/*.he-experience.com\/*",
        "*:\/\/*.he-experience.gr\/*",
        "*:\/\/*.euromednet.gr\/*",
        "*:\/\/oly-pacs.intracom-telecom.com\/*",
        "*:\/\/*.metropolitan-general.gr\/*"
    ],
    "permissions": [
        "system.display",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}