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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can use this Chrome extension to dictate your medical notes directly into the Electronic Health Records (EHR) software.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tali AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}