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ファイルをダウンロード
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. |
Eメール | [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" ] } |