Oryx Imaging Bridge

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

What is Oryx Imaging Bridge?

Oryx Imaging Bridge is a Chrome extension developed by https://oryxdentalsoftware.com, and its main feature is "Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.".

Extension Screenshots

screenshot

Download Oryx Imaging Bridge Extension CRX File

Download Oryx Imaging Bridge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Oryx Imaging Bridge Oryx Imaging Bridge
ID aippkbcfhpddhmamghkpkekjlancmnda
Official URL https://chromewebstore.google.com/detail/oryx-imaging-bridge/aippkbcfhpddhmamghkpkekjlancmnda
Description Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.
File Size 279 KB
Installation Count 2,559
Current Version 1.0.3
Last Updated 2022-10-12
Publish Date 2020-08-11
Developer https://oryxdentalsoftware.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.oryxdentalsoftware.com/privacy-policy
Supported Languages 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\/"
    ]
}