Oryx Imaging Bridge
Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.
Was ist Oryx Imaging Bridge?
Oryx Imaging Bridge ist eine Chrome-Erweiterung, die von https://oryxdentalsoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software.".
Erweiterungsscreenshots
Oryx Imaging Bridge-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oryx Imaging Bridge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Integration Oryx Dental Software application with third-party imaging applications.
Grundlegende Informationen zur Erweiterung
Name | Oryx Imaging Bridge |
ID | aippkbcfhpddhmamghkpkekjlancmnda |
Offizielle URL | https://chromewebstore.google.com/detail/oryx-imaging-bridge/aippkbcfhpddhmamghkpkekjlancmnda |
Beschreibung | Dental imaging bridge. This extension allows you to open your patient’s images directly from Oryx Dental software. |
Dateigröße | 279 KB |
Installationsanzahl | 2,559 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-10-12 |
Veröffentlichungsdatum | 2020-08-11 |
Entwickler | https://oryxdentalsoftware.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.oryxdentalsoftware.com/privacy-policy |
Unterstützte Sprachen | 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\/" ] } |