Unified Women's Healthcare
This extension activates the Unified Women's Healthcare App
Unified Women's Healthcareคืออะไร?
Unified Women's Healthcare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qure4u Inc. และคุณลักษณะหลักของมันคือ "This extension activates the Unified Women's Healthcare App"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unified Women's Healthcare
ดาวน์โหลดไฟล์ส่วนขยาย Unified Women's Healthcare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |