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.”。
扩展截图
下载Oryx Imaging Bridge扩展crx文件
下载Oryx Imaging Bridge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Integration Oryx Dental Software application with third-party imaging applications. 扩展基本信息
| 名称 | |
| 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\/"
]
} | |