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