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 هو إضافة Chrome تم تطويرها بواسطة https://oryxdentalsoftware.com، والميزة الرئيسية لها هي "Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Oryx Imaging Bridge

قم بتنزيل ملفات الامتداد Oryx Imaging Bridge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}