NorthTrac TeleHealth Screen Share
This Chrome extension is developed primary for NorthTrac TeleHealth applications.
NorthTrac TeleHealth Screen Shareとは何ですか?
NorthTrac TeleHealth Screen Shareはhttps://northtrac.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for NorthTrac TeleHealth applications.」です。
拡張機能のスクリーンショット
NorthTrac TeleHealth Screen Share拡張機能のCRXファイルをダウンロード
NorthTrac TeleHealth Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NorthTrac TeleHealth Screen Share allows NorthTrac's wellness professionals the ability to share content for review within any Telemedicine video and screen sharing private rooms and coaching sessions.
拡張機能の基本情報
名前 | NorthTrac TeleHealth Screen Share |
ID | llnblbpaknifjeoaolklpjeicpnbclpj |
公式URL | https://chromewebstore.google.com/detail/northtrac-telehealth-scre/llnblbpaknifjeoaolklpjeicpnbclpj |
説明 | This Chrome extension is developed primary for NorthTrac TeleHealth applications. |
ファイルサイズ | 16.81 KB |
インストール数 | 52 |
現在のバージョン | 0.0.0.6 |
最終更新日 | 2018-07-23 |
公開日 | 2018-07-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://northtrac.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.northtrac.com |
プライバシーポリシーページのURL | http://viviscape.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NorthTrac TeleHealth Screen Share", "author": "NorthTrac, Inc.", "version": "0.0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for NorthTrac TeleHealth applications.", "homepage_url": "http:\/\/northtrac.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.northtrac.com\/*", "https:\/\/*.saluspatient.com\/*", "https:\/\/*.gfgh.me\/*", "https:\/\/*.ntrac.io\/*", "https:\/\/*.tw-portal.com\/*", "https:\/\/*.vivisape.com\/*", "https:\/\/*.viviscape.io\/*", "https:\/\/*.flytrapgo.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |