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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oryx Imaging Bridge
ดาวน์โหลดไฟล์ส่วนขยาย Oryx Imaging Bridge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Integration Oryx Dental Software application with third-party imaging applications.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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\/" ] } |