Athelas Scribe

Athelas Scribe Chrome Extension

Что такое Athelas Scribe?

Athelas Scribe - это расширение Chrome, разработанное engineering, и его основная функция - "Athelas Scribe Chrome Extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Athelas Scribe

Скачайте файлы расширений Athelas Scribe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Athelas Scribe Athelas Scribe
ID bdieablopfcbafklbkgohgfoiegjjeoo
Официальный URL https://chromewebstore.google.com/detail/athelas-scribe/bdieablopfcbafklbkgohgfoiegjjeoo
Описание Athelas Scribe Chrome Extension
Размер файла 9.94 MB
Количество установок 898
Текущая Версия 1.36
Последнее Обновление 2024-02-20
Дата публикации 2023-08-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик engineering
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://athelas.com
URL страницы помощи https://athelas.com
URL страницы политики конфиденциальности https://assets.website-files.com/606afb6ff04916f7d332ee53/60d63a233d931e2c0e8d3370_Athelas_Privacy_Policy_Effective_6-25-21.pdf
Поддерживаемые языки 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": [
        ""
    ]
}