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
公式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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}