Sirona Medical - Workspace Manager

Add-on to enable Sirona to automatically organize your workspace.

Sirona Medical - Workspace Managerคืออะไร?

Sirona Medical - Workspace Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sironamedical.com และคุณลักษณะหลักของมันคือ "Add-on to enable Sirona to automatically organize your workspace."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sirona Medical - Workspace Manager

ดาวน์โหลดไฟล์ส่วนขยาย Sirona Medical - Workspace Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sirona’s Google Chrome Extension allows you to save your Viewer, Reporter, and Worklist windows automatically, so there is no need to rearrange them each time you log in. Once your windows are arranged in your preferred monitors, our extension enables you to save and reload the position of each window in your monitor setup, i.e., if your Viewer window were on your left-hand monitor, it would appear on the same monitor the next time you login to Sirona. The extension can remember your window state for an unlimited number of monitors.

To install and set up our Chrome Extension, you must have an account on the Sirona Medical Platform. You can use this link here if you need assistance getting the Chrome Extension to work. 

-------------------------------------------------------

Sirona Medical is a company that works with Radiologists to improve efficiency in their workflow using Sirona’s software. If you need more information, please contact us via our website https://www.sironamedical.com/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sirona Medical - Workspace Manager Sirona Medical - Workspace Manager
ID eodalijocobjhbkcdaafdmmhcloanllp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sirona-medical-workspace/eodalijocobjhbkcdaafdmmhcloanllp
คำอธิบาย Add-on to enable Sirona to automatically organize your workspace.
ขนาดไฟล์ 27.51 KB
จำนวนการติดตั้ง 2,315
เวอร์ชันปัจจุบัน 103876
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-06-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://sironamedical.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sironamedical.com/
URL หน้าช่วยเหลือ https://sironamedical.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://sironamedical.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2024.02.29.38085",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/app.sironamedical.com",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Workspace Manager"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "detector.js"
            ],
            "matches": [
                "https:\/\/*.sironamedical.com\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sironamedical.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sironamedical.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "commands": {
        "reporter-next-field": {
            "description": "Next Field",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "global": true
        },
        "reporter-previous-field": {
            "description": "Previous Field",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "global": true
        },
        "reporter-toggle-recording": {
            "description": "Toggle Recording",
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "global": true
        }
    },
    "version_name": "103876"
}