Athelas Scribe

Athelas Scribe Chrome Extension

Athelas Scribe là gì?

Athelas Scribe là một tiện ích mở rộng Chrome được phát triển bởi engineering, và tính năng chính của nó là "Athelas Scribe Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Athelas Scribe

Tải xuống các tệp mở rộng Athelas Scribe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Athelas Scribe Athelas Scribe
ID bdieablopfcbafklbkgohgfoiegjjeoo
URL Chính Thức https://chromewebstore.google.com/detail/athelas-scribe/bdieablopfcbafklbkgohgfoiegjjeoo
Mô tả Athelas Scribe Chrome Extension
Kích Thước Tệp 9.94 MB
Số Lần Cài Đặt 898
Phiên Bản Hiện Tại 1.36
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-08-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển engineering
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://athelas.com
URL Trang Trợ Giúp https://athelas.com
URL Trang Chính Sách Bảo Mật https://assets.website-files.com/606afb6ff04916f7d332ee53/60d63a233d931e2c0e8d3370_Athelas_Privacy_Policy_Effective_6-25-21.pdf
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}