NorthTrac TeleHealth Screen Share
This Chrome extension is developed primary for NorthTrac TeleHealth applications.
NorthTrac TeleHealth Screen Share là gì?
NorthTrac TeleHealth Screen Share là một tiện ích mở rộng Chrome được phát triển bởi https://northtrac.com, và tính năng chính của nó là "This Chrome extension is developed primary for NorthTrac TeleHealth applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NorthTrac TeleHealth Screen Share
Tải xuống các tệp mở rộng NorthTrac TeleHealth Screen Share dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NorthTrac TeleHealth Screen Share |
ID | llnblbpaknifjeoaolklpjeicpnbclpj |
URL Chính Thức | https://chromewebstore.google.com/detail/northtrac-telehealth-scre/llnblbpaknifjeoaolklpjeicpnbclpj |
Mô tả | This Chrome extension is developed primary for NorthTrac TeleHealth applications. |
Kích Thước Tệp | 16.81 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.0.0.6 |
Cập Nhật Lần Cuối | 2018-07-23 |
Ngày Phát Hành | 2018-07-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://northtrac.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.northtrac.com |
URL Trang Chính Sách Bảo Mật | http://viviscape.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |