Diabetes Guidelines EMR Tool - HQIC

This extension adds diabetes tool to Oscar

什么是Diabetes Guidelines EMR Tool - HQIC?

Diabetes Guidelines EMR Tool - HQIC是由HQIC开发的Chrome扩展程序,该扩展的主要功能是“This extension adds diabetes tool to Oscar”。

扩展截图

screenshot

下载Diabetes Guidelines EMR Tool - HQIC扩展crx文件

下载Diabetes Guidelines EMR Tool - HQIC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Diabetes Guidelines EMR Tool - HQIC Diabetes Guidelines EMR Tool - HQIC
ID jilmbohmjkadeaaknhklckjbjfdflcce
官方URL https://chromewebstore.google.com/detail/diabetes-guidelines-emr-t/jilmbohmjkadeaaknhklckjbjfdflcce
简介 This extension adds diabetes tool to Oscar
文件大小 116 KB
安装次数 26
当前版本 1.5.3
更新时间 2015-02-05
上架时间 2015-02-05
评分 5.00/5 共1次评分
开发者 HQIC
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diabetes Guidelines EMR Tool - HQIC",
    "description": "This extension adds diabetes tool to Oscar",
    "version": "1.5.3",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/oscar\/casemgmt\/forward.jsp?*"
            ],
            "js": [
                "jquery\/jquery-1.9.1.js",
                "hqicCdaContentEncounter.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/oscar\/oscarRx\/choosePatient.do?*"
            ],
            "js": [
                "hqicCdaContentPrescription.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "hqicCdaExtension.css",
        "hqicCdaContentPrescriptionInjected.js"
    ]
}