Athelas Scribe

Athelas Scribe Chrome Extension

Athelas Scribe란 무엇입니까?

Athelas Scribe은(는) engineering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Athelas Scribe Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

Athelas Scribe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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