B3DWebDriver

Provides extra native functionality to 3DNetMedical.

B3DWebDriver란 무엇입니까?

B3DWebDriver은(는) https://www.3dnetmedical.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides extra native functionality to 3DNetMedical."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

B3DWebDriver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Provides extra native functionality to 3DNetMedical.                    

확장 프로그램 기본 정보

이름 B3DWebDriver B3DWebDriver
ID agmcbllppnndphgfcbhhafedoahiffad
공식 URL https://chromewebstore.google.com/detail/b3dwebdriver/agmcbllppnndphgfcbhhafedoahiffad
설명 Provides extra native functionality to 3DNetMedical.
파일 크기 50.93 KB
설치 횟수 419
현재 버전 1.0.317
최근 업데이트 2023-07-03
출시 날짜 2020-04-06
평점 4.33/5 총 3 개의 평점
개발자 https://www.3dnetmedical.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.3dnetmedical.com/docs/PrivacyPolicy.pdf
지원되는 언어 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
    }
}