Athelas Scribe

Athelas Scribe Chrome Extension

Cos'è Athelas Scribe?

Athelas Scribe è un'estensione di Chrome sviluppata da engineering, e la sua funzione principale è "Athelas Scribe Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Athelas Scribe

Scarica i file di estensione Athelas Scribe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Scribe is your intelligent in-browser, in-EHR assistant designed to boost the efficiency of doctors and healthcare providers. With Scribe, you can effortlessly record and transcribe conversations, while it intelligently generates essential clinical documentation like SOAP notes, denial appeals, prior authorizations, and meeting notes. Our AI technology, trained with medical knowledge, ensures reliable and accurate transcriptions, freeing up your time to focus on delivering top-notch patient care. Install Scribe today and experience a new era of medical productivity.

By downloading this extension you agree to the terms outlined in our BAA: athelas.com/BAA                    

Informazioni di Base sull'Estensione

Nome Athelas Scribe Athelas Scribe
ID bdieablopfcbafklbkgohgfoiegjjeoo
URL Ufficiale https://chromewebstore.google.com/detail/athelas-scribe/bdieablopfcbafklbkgohgfoiegjjeoo
Descrizione Athelas Scribe Chrome Extension
Dimensione del File 9.94 MB
Conteggio Installazioni 898
Versione Corrente 1.36
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2023-08-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore engineering
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://athelas.com
URL della Pagina di Aiuto https://athelas.com
URL della Pagina della Politica sulla Privacy https://assets.website-files.com/606afb6ff04916f7d332ee53/60d63a233d931e2c0e8d3370_Athelas_Privacy_Policy_Effective_6-25-21.pdf
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Athelas Scribe",
    "description": "Athelas Scribe Chrome Extension",
    "version": "1.36",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/icons\/icon-512x512.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "content-script.js",
                "minimize.svg",
                "maximize.svg",
                "close.svg"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "host_permissions": [
        ""
    ]
}