Nabla Copilot

Nabla Copilot creates medical notes in seconds.

Nabla Copilotคืออะไร?

Nabla Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nabla.com และคุณลักษณะหลักของมันคือ "Nabla Copilot creates medical notes in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nabla Copilot

ดาวน์โหลดไฟล์ส่วนขยาย Nabla Copilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Nabla is building the ambient AI assistant that is bringing back joy in the practice of medicine.

With Nabla Copilot providers can generates clinical notes in seconds. 

Nabla Copilot structures and summarizes clinical encounters in real-time to generate comprehensive clinical notes, which seamlessly integrate into the EHR, saving physicians hours on clinical documentation, and bringing back the joy of caregiving.

20,000+ clinicians have chosen Nabla Copilot for the following reasons: 

- Privacy: We adhere to the highest standards by not storing any provider or patient data.
- Outstanding accuracy: On average, only 5% of the notes generated with Nabla Copilot are edited.
- Swift note generation: It takes less than 20 seconds for Nabla Copilot to generate a clinical from any consultation.
- Customization: Nabla Copilot works across specialties with multiple clinical notes templates to choose from. In addition, we have developed a series of features to allow clinicians to adapt the notes to their liking in seconds, by giving instructions to Nabla Copilot.
- Languages & multi-setting: Nabla Copilot is available in English & Spanish and works for in-person, tele-health and phone visits.

We strive to make clinicians’ lives easier with every new update. We are constantly listening to all feedback we receive, and incorporate suggestions directly into our product roadmap. Don’t hesitate to submit your feedback and suggestions! 

Learn more about Nabla Copilot on www.nabla.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nabla Copilot Nabla Copilot
ID gdhbaoemgglcgmkidhnhcellgnehaeol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nabla-copilot/gdhbaoemgglcgmkidhnhcellgnehaeol
คำอธิบาย Nabla Copilot creates medical notes in seconds.
ขนาดไฟล์ 1.97 MB
จำนวนการติดตั้ง 13,884
เวอร์ชันปัจจุบัน 1.74
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2022-12-21
คะแนน 4.95/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://www.nabla.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nabla.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.nabla.com/docs/privacy-policy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.74",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "logo.png",
                "main.js",
                "audioDecompressionProcessor.js",
                "scriptOverwriteWindowOpen.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pro.doctolib.fr\/*"
            ],
            "js": [
                "doctolib_content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabCapture",
        "tabs",
        "scripting",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*.nabla.com\/*",
        "https:\/\/teams.microsoft.com\/",
        "https:\/\/ttg-apps.kp.org\/"
    ],
    "icons": {
        "48": "logo.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nabla.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}