TheraNest Screen Sharing
Share your screen with other TheraNest telehealth attendees.
TheraNest Screen Sharingとは何ですか?
TheraNest Screen SharingはTheraNest, LLCによって開発されたChromeの拡張機能で、その主な機能は「Share your screen with other TheraNest telehealth attendees.」です。
拡張機能のスクリーンショット
TheraNest Screen Sharing拡張機能のCRXファイルをダウンロード
TheraNest Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share your computer screen during a TheraNest telehealth session! This extension works with TheraNest's innovative Telehealth tool to share your screen with other participants during a telehealth session. Providers and clients can both share their screen to review and discuss therapeutic materials in real time. Add this extension to enable screen sharing within your existing TheraNest telehealth video stream, without downloading or installing any outside software.
拡張機能の基本情報
名前 | TheraNest Screen Sharing |
ID | kcnklmddcbnpcdkacphojoilolnbdakf |
公式URL | https://chromewebstore.google.com/detail/theranest-screen-sharing/kcnklmddcbnpcdkacphojoilolnbdakf |
説明 | Share your screen with other TheraNest telehealth attendees. |
ファイルサイズ | 12.92 KB |
インストール数 | 769 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-12-19 |
公開日 | 2018-12-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | TheraNest, LLC |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TheraNest Screen Sharing", "author": "TheraNest, LLC", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share your screen with other TheraNest telehealth attendees.", "homepage_url": "https:\/\/www.theranest.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.theranest.com\/*", "https:\/\/*.theranest-qa.com\/*", "https:\/\/*.theranest-stage.com\/*", "http:\/\/localhost\/*" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "desktopCapture" ] } |