Qure4u CareManager

This extension activates the Qure4u CareManager app

什麼是Qure4u CareManager?

Qure4u CareManager是由Qure4u Inc.開發的Chrome擴展程式,該擴展的主要功能是“This extension activates the Qure4u CareManager app”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Qure4u CareManager擴展crx文件

下載Qure4u CareManager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Qure4u CareManager extension brings the CareManager app right to your browser!
The Qure4u CareManager chrome extension helps you better manage your clinic by enabling Providers to easily view schedules and detailed information regarding past and upcoming appointments for their patients. 

Securely and more effectively sustain conversations between your patients and clinical staff utilizing our messaging system. All communications are HIPAA compliant.

Receive notifications of new messages by patients or clinical staff, easily view and reply to the messages on your phone within the app. 
Get access to News Feed, create, view, and share what's important to you, your clinical staff, and your patients all within their independent feed. 

Other Features Include:
• Join your telehealth appointment right from the app.
• Quickly access tasks and documentation completed by the patient.
• Able to quickly view patient information, schedule an appointment and directly send a message.                    

擴展基本資訊

名稱 Qure4u CareManager Qure4u CareManager
ID mdofmedkjabchieldhdbknompappgppd
官方網址 https://chromewebstore.google.com/detail/qure4u-caremanager/mdofmedkjabchieldhdbknompappgppd
簡介 This extension activates the Qure4u CareManager app
檔案大小 11.33 KB
安裝次數 0
目前版本 5.2.0
更新時間 2022-06-15
上架時間 2020-03-16
評分 5.00/5 共 1 次評分
開發者 Qure4u Inc.
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Qure4u CareManager",
    "description": "This extension activates the Qure4u CareManager app",
    "version": "2758.12.44",
    "version_name": "5.2.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/preview.athenahealth.com\/*",
                "https:\/\/www.athenahealth.com\/*",
                "https:\/\/*.my-care-plan.com\/*",
                "https:\/\/athenanet.athenahealth.com\/*",
                "*:\/\/enterprise.unifiedwomens.com\/*",
                "*:\/\/pro-landing.unifiedwomens.com\/*",
                "*:\/\/www.office.com\/*",
                "*:\/\/preview.athenahealth.com\/*",
                "*:\/\/unifiedwomens.com\/*",
                "*:\/\/womancare4u.com\/*",
                "*:\/\/athenanet.athenahealth.com\/2183\/*",
                "*:\/\/athenanet.athenahealth.com\/10633\/*",
                "*:\/\/athenanet.athenahealth.com\/2183\/*",
                "*:\/\/athenanet.athenahealth.com\/11541\/*",
                "*:\/\/athenanet.athenahealth.com\/7773\/*",
                "*:\/\/athenanet.athenahealth.com\/5518\/*",
                "*:\/\/athenanet.athenahealth.com\/10343\/*",
                "*:\/\/athenanet.athenahealth.com\/13043\/*",
                "*:\/\/athenanet.athenahealth.com\/19050\/92\/*",
                "*:\/\/athenanet.athenahealth.com\/20897\/35\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/frame.html"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "activeTab"
    ]
}