Infera CDS

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

¿Qué es Infera CDS?

Infera CDS es una extensión de Chrome desarrollada por Inferscience, Inc., y su función principal es "This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Infera CDS

Descarga archivos de extensión Infera CDS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Infera CDS Infera CDS
ID lekibfojedaajhoaghlmfpahpjadkoae
URL Oficial https://chromewebstore.google.com/detail/infera-cds/lekibfojedaajhoaghlmfpahpjadkoae
Descripción This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.
Tamaño del Archivo 63.86 KB
Cantidad de Instalaciones 10,113
Versión Actual 2.1.2
Última Actualización 2023-08-02
Fecha de Publicación 2020-05-01
Desarrollador Inferscience, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.inferscience.com/
URL de la Página de Política de Privacidad http://www.inferscience.com/privacy-policy
Idiomas Soportados 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\/*"
            ]
        }
    ]
}