ScribeMD - AI Medical Scribe
An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.
ScribeMD - AI Medical Scribe란 무엇입니까?
ScribeMD - AI Medical Scribe은(는) https://scribemd.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-powered Chrome Extension for healthcare professionals to streamline note-taking."입니다.
확장 프로그램 스크린샷
ScribeMD - AI Medical Scribe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Empowering Medical Professionals with Advanced AI At ScribeMD, we understand the challenges faced by doctors in today's fast-paced medical environment. That's why we've developed an AI platform tailored specifically for healthcare. Our mission? To streamline processes, reduce administrative tasks, and let doctors do what they do best - care for patients. Efficient Note-taking: Say goodbye to manual note-taking. Our digital scribe listens, understands, and charts for you, ensuring every detail is captured. Customized LLM for Healthcare: Built on a top-notch Language Learning Model, our platform boasts an accuracy rate of 98% and a response time of 0.2 seconds.
확장 프로그램 기본 정보
이름 | ScribeMD - AI Medical Scribe |
ID | pimijdjomdjnnjpnfnlpeffilmdmdbmp |
공식 URL | https://chromewebstore.google.com/detail/scribemd-ai-medical-scrib/pimijdjomdjnnjpnfnlpeffilmdmdbmp |
설명 | An AI-powered Chrome Extension for healthcare professionals to streamline note-taking. |
파일 크기 | 401 KB |
설치 횟수 | 58 |
현재 버전 | 0.2.9 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-11-13 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://scribemd.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.scribemd.ai/ |
도움말 페이지 URL | https://www.scribemd.ai/ |
개인정보 보호 정책 페이지 URL | https://www.scribemd.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ScribeMD - AI Medical Scribe", "version": "0.2.9", "description": "An AI-powered Chrome Extension for healthcare professionals to streamline note-taking.", "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "storage", "tabCapture" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |