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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI-powered Chrome Extension for healthcare professionals to streamline note-taking."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScribeMD - AI Medical Scribe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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