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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oryx Imaging Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}