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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}