ScribeMD - AI Medical Scribe

An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.

ScribeMD - AI Medical Scribeคืออะไร?

ScribeMD - AI Medical Scribe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scribemd.ai และคุณลักษณะหลักของมันคือ "An AI-powered Chrome Extension for healthcare professionals to streamline note-taking."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScribeMD - AI Medical Scribe

ดาวน์โหลดไฟล์ส่วนขยาย ScribeMD - AI Medical Scribe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Empowering Medical Professionals with Advanced AI


At ScribeMD, we understand the challenges faced by doctors in today's fast-paced medical environment. That's why we've developed an AI platform tailored specifically for healthcare. Our mission? To streamline processes, reduce administrative tasks, and let doctors do what they do best - care for patients.


Efficient Note-taking: Say goodbye to manual note-taking. Our digital scribe listens, understands, and charts for you, ensuring every detail is captured.

Customized LLM for Healthcare: Built on a top-notch Language Learning Model, our platform boasts an accuracy rate of 98% and a response time of 0.2 seconds.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ScribeMD - AI Medical Scribe ScribeMD - AI Medical Scribe
ID pimijdjomdjnnjpnfnlpeffilmdmdbmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scribemd-ai-medical-scrib/pimijdjomdjnnjpnfnlpeffilmdmdbmp
คำอธิบาย An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.
ขนาดไฟล์ 401 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.2.9
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-11-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://scribemd.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scribemd.ai/
URL หน้าช่วยเหลือ https://www.scribemd.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.scribemd.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScribeMD - AI Medical Scribe",
    "version": "0.2.9",
    "description": "An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.",
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17095773464.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}