Athelas Scribe

Athelas Scribe Chrome Extension

什么是Athelas Scribe?

Athelas Scribe是由engineering开发的Chrome扩展程序,该扩展的主要功能是“Athelas Scribe Chrome Extension”。

扩展截图

screenshot

下载Athelas Scribe扩展crx文件

下载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": [
        ""
    ]
}