Unified Women's Healthcare

This extension activates the Unified Women's Healthcare App

什么是Unified Women's Healthcare?

Unified Women's Healthcare是由Qure4u Inc.开发的Chrome扩展程序,该扩展的主要功能是“This extension activates the Unified Women's Healthcare App”。

扩展截图

screenshot

下载Unified Women's Healthcare扩展crx文件

下载Unified Women's Healthcare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Unified Women's Healthcare plugin is utilized for affiliated physicians to better manage their care centers. The application will allow physicians to communicate via text with their staff, submit/review cases, review financial information. Notably this application will enable the communications between Unified Women's Healthcare headquarters and physicians to communicate more efficiently and effectively. This application is designed specifically for Unified Women's Healthcare personnel, and is not available for the general public.                    

扩展基本信息

名称 Unified Women's Healthcare Unified Women's Healthcare
ID nmaegmemhdldodgkflhffbejdpmjejfp
官方URL https://chrome.google.com/webstore/detail/nmaegmemhdldodgkflhffbejdpmjejfp
简介 This extension activates the Unified Women's Healthcare App
文件大小 30.97 KB
安装次数 1,347
当前版本 5.2.0
更新时间 2022-06-16
上架时间 2020-04-23
评分 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": "Unified Women's Healthcare",
    "description": "This extension activates the Unified Women's Healthcare App",
    "version": "2758.81.12",
    "version_name": "5.2.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/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\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*\/*\/login*",
                "*:\/\/*\/*\/login*"
            ],
            "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"
    ]
}