Tali AI

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

Tali AI là gì?

Tali AI là một tiện ích mở rộng Chrome được phát triển bởi Tali AI, và tính năng chính của nó là "You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tali AI

Tải xuống các tệp mở rộng Tali AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tali AI Tali AI
ID cmfdaldondfeihfgblhhjpaoddmmopgl
URL Chính Thức https://chromewebstore.google.com/detail/tali-ai/cmfdaldondfeihfgblhhjpaoddmmopgl
Mô tả You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…
Kích Thước Tệp 1.9 MB
Số Lần Cài Đặt 2,671
Phiên Bản Hiện Tại 3.20.0
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2022-04-08
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tali AI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tali.ai
URL Trang Trợ Giúp https://tali.ai/contact-us
URL Trang Chính Sách Bảo Mật https://tali.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}