Athelas Scribe

Athelas Scribe Chrome Extension

O que é Athelas Scribe?

Athelas Scribe é uma extensão do Chrome desenvolvida por engineering, e sua principal característica é "Athelas Scribe Chrome Extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Athelas Scribe

Baixe arquivos de extensão Athelas Scribe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Athelas Scribe Athelas Scribe
ID bdieablopfcbafklbkgohgfoiegjjeoo
URL Oficial https://chromewebstore.google.com/detail/athelas-scribe/bdieablopfcbafklbkgohgfoiegjjeoo
Descrição Athelas Scribe Chrome Extension
Tamanho do Arquivo 9.94 MB
Contagem de Instalações 898
Versão Atual 1.36
Última Atualização 2024-02-20
Data de Publicação 2023-08-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor engineering
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://athelas.com
URL da Página de Ajuda https://athelas.com
URL da Página de Política de Privacidade https://assets.website-files.com/606afb6ff04916f7d332ee53/60d63a233d931e2c0e8d3370_Athelas_Privacy_Policy_Effective_6-25-21.pdf
Idiomas Suportados 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": [
        ""
    ]
}