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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed primary for NorthTrac TeleHealth applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NorthTrac TeleHealth Screen Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |