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 |
电子邮箱 | [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" ] } |