Unified Women's Healthcare
This extension activates the Unified Women's Healthcare App
Unified Women's Healthcare란 무엇입니까?
Unified Women's Healthcare은(는) Qure4u Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension activates the Unified Women's Healthcare App"입니다.
확장 프로그램 스크린샷
Unified Women's Healthcare 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Unified Women's Healthcare plugin is utilized for affiliated physicians to better manage their care centers. The application will allow physicians to communicate via text with their staff, submit/review cases, review financial information. Notably this application will enable the communications between Unified Women's Healthcare headquarters and physicians to communicate more efficiently and effectively. This application is designed specifically for Unified Women's Healthcare personnel, and is not available for the general public.
확장 프로그램 기본 정보
이름 | |
ID | nmaegmemhdldodgkflhffbejdpmjejfp |
공식 URL | https://chrome.google.com/webstore/detail/nmaegmemhdldodgkflhffbejdpmjejfp |
설명 | This extension activates the Unified Women's Healthcare App |
파일 크기 | 30.97 KB |
설치 횟수 | 1,347 |
현재 버전 | 5.2.0 |
최근 업데이트 | 2022-06-16 |
출시 날짜 | 2020-04-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Qure4u Inc. |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unified Women's Healthcare", "description": "This extension activates the Unified Women's Healthcare App", "version": "2758.81.12", "version_name": "5.2.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/enterprise.unifiedwomens.com\/*", "*:\/\/pro-landing.unifiedwomens.com\/*", "*:\/\/www.office.com\/*", "*:\/\/preview.athenahealth.com\/*", "*:\/\/unifiedwomens.com\/*", "*:\/\/womancare4u.com\/*", "*:\/\/athenanet.athenahealth.com\/2183\/*", "*:\/\/athenanet.athenahealth.com\/10633\/*", "*:\/\/athenanet.athenahealth.com\/2183\/*", "*:\/\/athenanet.athenahealth.com\/11541\/*", "*:\/\/athenanet.athenahealth.com\/7773\/*", "*:\/\/athenanet.athenahealth.com\/5518\/*", "*:\/\/athenanet.athenahealth.com\/10343\/*", "*:\/\/athenanet.athenahealth.com\/13043\/*", "*:\/\/athenanet.athenahealth.com\/19050\/92\/*", "*:\/\/athenanet.athenahealth.com\/20897\/35\/*" ], "exclude_matches": [ "*:\/\/*\/*\/*\/login*", "*:\/\/*\/*\/login*" ], "js": [ "content-script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "\/frame.html" ], "matches": [] } ], "permissions": [ "activeTab" ] } |