Empathia

A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.

Co je Empathia?

Empathia je rozšíření Chrome vyvinuté plugin, a jeho hlavní funkcí je „A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Empathia

Stáhněte si soubory rozšíření Empathia ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Empathia.ai is an AI-powered charting assistant designed to transcribe patient encounters and automatically generate charts, freeing clinicians from the burden of note-taking so they can focus more on patient care.Why Choose the Empathia AI browser extension?

 - Time-Saving: Significantly reduces the hours spent on charting.
- EMR Integration: Enables seamless copying and pasting of notes from a single browser tab.
- Accuracy: Ensures crucial detail of patient encounters is captured with precision.
- Versatility: Supports both telemedicine and multilingual patient encounters, ensuring instant, high-quality chart creation.
- Ease of Use: Effortlessly operates right from your browser. With a simple click to Start and Stop, your patient note is ready.
- Privacy & Security: Guarantees the secure storage of all patient data with HIPAA-compliant encryption.

With no need for additional hardware and compatibility with any browser-based EMR, the Empathia.ai browser extension is your go-to solution for enhancing patient care.                    

Základní Informace o Rozšíření

Název Empathia Empathia
ID gblgngeenfkccjffanpllecfgilnkchp
Oficiální URL https://chromewebstore.google.com/detail/empathia/gblgngeenfkccjffanpllecfgilnkchp
Popis A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.
Velikost souboru 2.52 MB
Počet instalací 241
Aktuální Verze 2.15.0
Poslední Aktualizace 2024-03-07
Datum Vydání 2023-11-02
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář plugin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.empathia.ai/
URL Stránky Nápovědy https://www.empathia.ai/
URL Stránky Zásad Ochrany Soukromí https://www.empathia.ai/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Empathia",
    "description": "A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.",
    "version": "2.15.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "assets\/icons\/ic_launcher.png"
    },
    "icons": {
        "16": "assets\/icons\/logo16.png",
        "32": "assets\/icons\/logo32.png",
        "48": "assets\/icons\/logo48.png",
        "128": "assets\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/assets\/index.js"
            ],
            "css": [
                "content_scripts\/assets\/index.css"
            ]
        }
    ],
    "side_panel": {
        "default_path": "side_panel\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/content_scripts\/icons\/heartbeat.png",
                "\/content_scripts\/icons\/check.png",
                "\/content_scripts\/icons\/danger.png",
                "\/content_scripts\/icons\/envelope.png",
                "\/content_scripts\/icons\/locked.png",
                "\/content_scripts\/icons\/arrow-r.png",
                "\/content_scripts\/icons\/arrow-d.png",
                "\/content_scripts\/icons\/eye-slash.png",
                "\/content_scripts\/icons\/landing-logo.png",
                "\/content_scripts\/icons\/landing-logo-mic.png",
                "\/content_scripts\/icons\/landing-logo-mic-2x.png",
                "\/content_scripts\/icons\/landing-logo-mic-outdated.png",
                "\/content_scripts\/icons\/record-ready.png",
                "\/content_scripts\/icons\/record-pause.png",
                "\/content_scripts\/icons\/record-resume.png",
                "\/content_scripts\/icons\/close.png",
                "\/content_scripts\/icons\/minus.png",
                "\/content_scripts\/icons\/btn-mini-mode.png",
                "\/content_scripts\/icons\/bullet-list.png",
                "\/content_scripts\/icons\/gear.png",
                "\/content_scripts\/icons\/CaretLeft.png",
                "\/content_scripts\/icons\/GearFine.png",
                "\/content_scripts\/icons\/XCircle.png",
                "\/content_scripts\/icons\/CopySimple.png",
                "\/content_scripts\/icons\/SwapRightOutlined.png",
                "\/content_scripts\/icons\/X-big.png",
                "\/content_scripts\/icons\/HourglassSimple.png",
                "\/content_scripts\/icons\/StarFilled.png",
                "\/content_scripts\/icons\/Search.png",
                "\/content_scripts\/icons\/FunnelSimple.png",
                "\/content_scripts\/icons\/copy.png",
                "\/content_scripts\/icons\/sign-out.png",
                "\/content_scripts\/icons\/clinic-selector.png",
                "\/content_scripts\/icons\/arrow-down-mini.png",
                "\/content_scripts\/icons\/note.png",
                "\/content_scripts\/icons\/note-edit.png",
                "\/content_scripts\/icons\/note-copy.png",
                "\/content_scripts\/icons\/note-in-progress.png",
                "\/content_scripts\/icons\/notify-info.png",
                "\/content_scripts\/icons\/notify-warn.png",
                "\/content_scripts\/icons\/notify-fine.png",
                "\/content_scripts\/icons\/notify-error.png",
                "\/content_scripts\/icons\/Microphone.png",
                "\/content_scripts\/icons\/Microphone-hover.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/assets\/html\/grant_microphone_permission.html",
                "\/assets\/html\/grant_microphone_permission.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "offscreen",
        "sidePanel",
        "unlimitedStorage"
    ]
}