NorthTrac TeleHealth Screen Share
This Chrome extension is developed primary for NorthTrac TeleHealth applications.
What is NorthTrac TeleHealth Screen Share?
NorthTrac TeleHealth Screen Share is a Chrome extension developed by https://northtrac.com, and its main feature is "This Chrome extension is developed primary for NorthTrac TeleHealth applications.".
Extension Screenshots
Download NorthTrac TeleHealth Screen Share Extension CRX File
Download NorthTrac TeleHealth Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NorthTrac TeleHealth Screen Share |
ID | llnblbpaknifjeoaolklpjeicpnbclpj |
Official URL | https://chromewebstore.google.com/detail/northtrac-telehealth-scre/llnblbpaknifjeoaolklpjeicpnbclpj |
Description | This Chrome extension is developed primary for NorthTrac TeleHealth applications. |
File Size | 16.81 KB |
Installation Count | 52 |
Current Version | 0.0.0.6 |
Last Updated | 2018-07-23 |
Publish Date | 2018-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://northtrac.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.northtrac.com |
Privacy Policy Page URL | http://viviscape.com |
Supported Languages | 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" ] } |