Infera CDS

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

Infera CDSคืออะไร?

Infera CDS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inferscience, Inc. และคุณลักษณะหลักของมันคือ "This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infera CDS

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}