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」です。
拡張機能のスクリーンショット
Diabetes Guidelines EMR Tool - HQIC拡張機能のCRXファイルをダウンロード
Diabetes Guidelines EMR Tool - HQIC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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"
]
} | |