Empathia

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

Hvad er Empathia?

Empathia er en Chrome-udvidelse udviklet af plugin, og dens hovedfunktion er "A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Empathia-udvidelses-CRX-fil

Download Empathia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Empathia Empathia
ID gblgngeenfkccjffanpllecfgilnkchp
Officiel URL https://chromewebstore.google.com/detail/empathia/gblgngeenfkccjffanpllecfgilnkchp
Beskrivelse A medical assistant for PCPs, transcribes patient encounters and auto-generates charts, enhancing patient care and service.
Filstørrelse 2.52 MB
Antal Installationer 241
Nuværende Version 2.15.0
Senest Opdateret 2024-03-07
Udgivelsesdato 2023-11-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler plugin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.empathia.ai/
Hjælpeside-URL https://www.empathia.ai/
URL til Fortrolighedspolitik Side https://www.empathia.ai/privacy.html
Understøttede Sprog 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"
    ]
}