Oryx Imaging Bridge

Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.

Oryx Imaging Bridge란 무엇입니까?

Oryx Imaging Bridge은(는) https://oryxdentalsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software."입니다.

확장 프로그램 스크린샷

screenshot

Oryx Imaging Bridge 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Integration Oryx Dental Software application with third-party imaging applications.                    

확장 프로그램 기본 정보

이름 Oryx Imaging Bridge Oryx Imaging Bridge
ID aippkbcfhpddhmamghkpkekjlancmnda
공식 URL https://chromewebstore.google.com/detail/oryx-imaging-bridge/aippkbcfhpddhmamghkpkekjlancmnda
설명 Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.
파일 크기 279 KB
설치 횟수 2,559
현재 버전 1.0.3
최근 업데이트 2022-10-12
출시 날짜 2020-08-11
개발자 https://oryxdentalsoftware.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.oryxdentalsoftware.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oryx Imaging Bridge",
    "short_name": "Oryx Imagin Bridge",
    "description": "Dental imaging bridge. This extension allows you to open your patient\u2019s images directly from Oryx Dental software.",
    "author": "Oryx Software Inc.",
    "version": "1.0.3",
    "minimum_chrome_version": "22",
    "offline_enabled": false,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.myoryx.com\/*",
            "*:\/\/*.myoryx.ca\/*"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "cookies",
        "*:\/\/*.myoryx.com\/",
        "*:\/\/*.myoryx.ca\/"
    ]
}