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ファイルをダウンロード

Oryx Imaging Bridge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}