Athelas Scribe

Athelas Scribe Chrome Extension

Athelas Scribe क्या है?

Athelas Scribe engineering द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Athelas Scribe Chrome Extension"।

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

screenshot

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

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

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

                        Scribe is your intelligent in-browser, in-EHR assistant designed to boost the efficiency of doctors and healthcare providers. With Scribe, you can effortlessly record and transcribe conversations, while it intelligently generates essential clinical documentation like SOAP notes, denial appeals, prior authorizations, and meeting notes. Our AI technology, trained with medical knowledge, ensures reliable and accurate transcriptions, freeing up your time to focus on delivering top-notch patient care. Install Scribe today and experience a new era of medical productivity.

By downloading this extension you agree to the terms outlined in our BAA: athelas.com/BAA                    

एक्सटेंशन की मूल जानकारी

नाम Athelas Scribe Athelas Scribe
ID bdieablopfcbafklbkgohgfoiegjjeoo
आधिकारिक URL https://chromewebstore.google.com/detail/athelas-scribe/bdieablopfcbafklbkgohgfoiegjjeoo
विवरण Athelas Scribe Chrome Extension
फ़ाइल का आकार 9.94 MB
स्थापना संख्या 898
वर्तमान संस्करण 1.36
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-08-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर engineering
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://athelas.com
सहायता पृष्ठ URL https://athelas.com
गोपनीयता नीति पृष्ठ URL https://assets.website-files.com/606afb6ff04916f7d332ee53/60d63a233d931e2c0e8d3370_Athelas_Privacy_Policy_Effective_6-25-21.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Athelas Scribe",
    "description": "Athelas Scribe Chrome Extension",
    "version": "1.36",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/icons\/icon-512x512.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "content-script.js",
                "minimize.svg",
                "maximize.svg",
                "close.svg"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "host_permissions": [
        ""
    ]
}