Tali AI

You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…

Tali AI क्या है?

Tali AI Tali AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software. Additionally, this extension will enable you to look up information from evidence-based medical databases at the point-of-care without needing to leave the EHR.

Here’s how it works:
1. Click “Add to Chrome” to install Tali’s Chrome extension on your browser.
2. Once installed, the Tali widget will appear in the bottom right corner of you screen. 
3. Click “Log Into Tali” and log in with Google. You may now access Tali’s dictation and medical search features in the widget.
4. To start dictating notes, select a text area then click the microphone icon.
5. Enable microphone access and speak out loud. Tali will enter these notes directly into the EMR.

Your opinion matters to us. Don’t forget to rate your experience and provide feedback — this will help us continuously improve our services for you.                    

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

नाम Tali AI Tali AI
ID cmfdaldondfeihfgblhhjpaoddmmopgl
आधिकारिक URL https://chromewebstore.google.com/detail/tali-ai/cmfdaldondfeihfgblhhjpaoddmmopgl
विवरण You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 2,671
वर्तमान संस्करण 3.20.0
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2022-04-08
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर Tali AI
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tali.ai
सहायता पृष्ठ URL https://tali.ai/contact-us
गोपनीयता नीति पृष्ठ URL https://tali.ai/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tali AI",
    "version": "3.20.0",
    "description": "",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/options\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "*.wav",
                "*.mp4",
                "src\/pages\/content\/**\/*.js",
                "src\/pages\/contentStyle\/index.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}