Infera CDS

This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.

什麼是Infera CDS?

Infera CDS是由Inferscience, Inc.開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.”。

擴展截圖

screenshot
screenshot

下載Infera CDS擴展crx文件

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

擴展使用說明

                        This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS and HCC Assistant by Inferscience, Inc.                    

擴展基本資訊

名稱 Infera CDS Infera CDS
ID lekibfojedaajhoaghlmfpahpjadkoae
官方網址 https://chromewebstore.google.com/detail/infera-cds/lekibfojedaajhoaghlmfpahpjadkoae
簡介 This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.
檔案大小 63.86 KB
安裝次數 10,113
目前版本 2.1.2
更新時間 2023-08-02
上架時間 2020-05-01
開發者 Inferscience, Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.inferscience.com/
隱私政策頁面URL http://www.inferscience.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infera CDS",
    "version": "2.1.2",
    "description": "This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/contexts\/default.js",
                "js\/contexts\/dashboard.js",
                "js\/contexts\/exam.js",
                "js\/contexts\/intake.js",
                "js\/athena.js"
            ],
            "matches": [
                "https:\/\/athenanet.athenahealth.com\/*",
                "https:\/\/preview.athenahealth.com\/*"
            ],
            "include_globs": [
                "*\/ax\/*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/lib\/jquery.js",
                "js\/infera.js"
            ],
            "matches": [
                "https:\/\/*.inferscience.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "36": "icons\/icon36.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.athenahealth.com\/*",
        "https:\/\/sso.connect.pingidentity.com\/*",
        "https:\/\/*.inferscience.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/container.html",
                "icons\/*.png"
            ],
            "matches": [
                "https:\/\/athenanet.athenahealth.com\/*",
                "https:\/\/preview.athenahealth.com\/*"
            ]
        }
    ]
}