DrAid™ - AI for Radiology

DrAid™ is comprehensive artificial intelligence (AI) doctor assistant software developed by VinBrain.

DrAid™ - AI for Radiologyとは何ですか?

DrAid™ - AI for Radiologyはhttps://draid.aiによって開発されたChromeの拡張機能で、その主な機能は「DrAid™ is comprehensive artificial intelligence (AI) doctor assistant software developed by VinBrain.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DrAid™ - AI for Radiology拡張機能のCRXファイルをダウンロード

DrAid™ - AI for Radiology拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DrAid™ assists medical teams and doctors diagnose heart, lung, and bone diseases based on digital medical images. The application is evaluated to have superior efficiency compared to traditional methods in observing and analyzing medical images, helping reduce overload and limiting diagnosis errors.

DrAid™ offers an AI-enabled system to classify normal and abnormal with higher-than-average quality standards of primary care physicians. DrAid™ brings radiologists outstanding advantages:
1. AI automatically helps classify anomalies and no abnormalities with higher-than-average quality standards of primary care physicians.
2. AI achieves average reliability accuracy of more than 91.5% 
3. Help doctors increase the accuracy of the image reading by up to 25% when AI assists the doctors
4. AI Support for 50+ Most Common Abnormalities on Chest X-Rays 

Furthermore, DrAid™ AI-enabled triage and notification with features suggestive of pneumothorax (called DrAid™ Radiology V1) is the FIRST & ONLY AI product for X-ray Diagnostics in Vietnam and Southeast Asia that is cleared by FDA standards. The FDA is the United States Food and Drug Administration and is ultimately responsible for protecting and promoting public health through rigorous control and supervision. 

Workflow when using DrAid™ - AI for Radiology (DrAid™ extension) on Chrome extension:
1. Add DrAid™ Extension on Chrome Web Store
2. Start DrAid™ Extension
3. Log in to DrAid™ Extension (the account will be provided by VinBrain separately)
4. Settings DrAid™ Extension as your need

*** Disclaimer
Please diagnose the original images on your PACS. The images containing AI results are for reference only.

*** Terms and Conditions
By using this extension, you agree to our Terms&Conditions available at https://static.draid.ai/draid/TermsAndConditions.pdf                    

拡張機能の基本情報

名前 DrAid™ - AI for Radiology DrAid™ - AI for Radiology
ID bbkohligbbjeioafaefgncgpdpcalgek
公式URL https://chromewebstore.google.com/detail/draid-ai-for-radiology/bbkohligbbjeioafaefgncgpdpcalgek
説明 DrAid™ is comprehensive artificial intelligence (AI) doctor assistant software developed by VinBrain.
ファイルサイズ 948 KB
インストール数 50
現在のバージョン 1.7
最終更新日 2023-08-21
公開日 2023-02-20
開発者 https://draid.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://draid.ai/chestxr
ヘルプページのURL https://draid.ai/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DrAid\u2122 - AI for Radiology",
    "short_name": "DrAid\u2122 - AI for Radiology",
    "version": "1.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/static\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/logo\/logged\/logo_16_16.png",
            "22": "img\/logo\/logged\/logo_22_22.png",
            "24": "img\/logo\/logged\/logo_24_24.png",
            "32": "img\/logo\/logged\/logo_32_32.png",
            "48": "img\/logo\/logged\/logo_48_48.png"
        },
        "default_title": "DrAid\u2122- AI for Radiology Extension",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo\/logged\/logo_16_16.png",
        "22": "img\/logo\/logged\/logo_22_22.png",
        "24": "img\/logo\/logged\/logo_24_24.png",
        "32": "img\/logo\/logged\/logo_32_32.png",
        "48": "img\/logo\/logged\/logo_48_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/live.draid.ai\/*",
                "*:\/\/staging.draid.ai\/*",
                "*:\/\/pacs.umc.edu.vn\/*",
                "*:\/\/usarad.onepacs.com\/*",
                "*:\/\/nutex.draid.ai\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*",
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts;"
    },
    "description": "DrAid\u2122 is comprehensive artificial intelligence (AI) doctor assistant software developed by VinBrain."
}