Sully.ai

Sully supercharges your EHR with an AI-driven assistant that helps you with your clinical documentation, actions and Q&A.

Sully.aiคืออะไร?

Sully.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย odiggo-copilot และคุณลักษณะหลักของมันคือ "Sully supercharges your EHR with an AI-driven assistant that helps you with your clinical documentation, actions and Q&A."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sully.ai

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

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

                        Sully.ai, your Medical AI Scribe and Copilot, that can supercharge your EMR with an AI-driven assistant that helps you with your clinical documentation, actions, and Q&A. With one click, transcribe your visit with the patient, and within minutes, see well-structured and accurate notes of the visit in your EMR. Give it a quick review and close your notes!                    

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

ชื่อ Sully.ai Sully.ai
ID nkaadknkebgbbnkdgofjdppkhgfaegmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sullyai/nkaadknkebgbbnkdgofjdppkhgfaegmf
คำอธิบาย Sully supercharges your EHR with an AI-driven assistant that helps you with your clinical documentation, actions and Q&A.
ขนาดไฟล์ 597 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.88
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2023-07-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา odiggo-copilot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sully.ai/
URL หน้านโยบายความเป็นส่วนตัว https://sullyai-f4cxgjhtlq-uw.a.run.app/copilot/sullyai-privacy.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sully.ai",
    "description": "Sully supercharges your EHR with an AI-driven assistant that helps you with your clinical documentation, actions and Q&A.",
    "version": "1.88",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/app.elationemr.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/static.practicefusion.com\/*"
            ]
        }
    ],
    "side_panel": {
        "default_path": "side_panel\/index.html"
    },
    "action": {
        "default_title": "Click to open Sully.ai panel"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "oauth2": {
        "client_id": "150830714810-8qqe99q6ujofc83dr7sditskgntddb33.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/note.png",
                "images\/icon-48.png",
                "images\/icon-128.png",
                "images\/tab.png",
                "images\/caretl.svg",
                "images\/caretr.svg",
                "images\/tabsullytext.svg",
                "disclaimer.html",
                "permission.html",
                "images\/disclaimer.png",
                "images\/mic_permission.png",
                "images\/ext-button-show.png",
                "images\/pin-extension.png",
                "scripts\/content.js",
                "scripts\/capture.js",
                "scripts\/ehr_bridge.js",
                "scripts\/messaging.js",
                "scripts\/util.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabCapture",
        "activeTab",
        "offscreen",
        "sidePanel",
        "tabs",
        "contextMenus"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZAC9xUyvK2HN7LYUC9iW+Ij\/ITdVYTMxzXA3FTMcRwuMloVwtCn+2idHhzQmxpjc\/1KeQqkjTm0KSdFif5hUXXSWKqkSwPFQd7xZSe8DzFaXJKAb8eczwjClYoNJHw5Q1ePBJiDLSK25VjaQQtmmpALeExLg+hCGhL+jK4u8kCYoHgH2IJaZ5ItVMPrCpN\/yKNwqtek8ghL6eBMdH1MvZaKBYXtrHppohUDYESbqX5oVlNHHi9fex7nYjfq5PwUWm2oMdIhuvPwm1tjJBStI1vzSpLtcLC7I\/rMu1OOv1FF0eIUPAv\/yciDe+C0EFMQDHgwAPmWr8+50eG34sikjQIDAQAB"
}