ScribeMD - AI Medical Scribe

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

什麼是ScribeMD - AI Medical Scribe?

ScribeMD - AI Medical Scribe是由https://scribemd.ai開發的Chrome擴展程式,該擴展的主要功能是“An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.”。

擴展截圖

screenshot
screenshot
screenshot

下載ScribeMD - AI Medical Scribe擴展crx文件

下載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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}