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