thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
thera-LINK Screen Sharingとは何ですか?
thera-LINK Screen Sharingはhttps://thera-link.comによって開発されたChromeの拡張機能で、その主な機能は「Allows you to share your screen using thera-LINK.」です。
拡張機能のスクリーンショット
thera-LINK Screen Sharing拡張機能のCRXファイルをダウンロード
thera-LINK Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
公式URL | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
説明 | Allows you to share your screen using thera-LINK. |
ファイルサイズ | 38.35 KB |
インストール数 | 416 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-10 |
公開日 | 2017-08-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://thera-link.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.thera-link.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "thera-LINK Screen Sharing", "author": "thera-LINK, LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Allows you to share your screen using thera-LINK.", "homepage_url": "https:\/\/www.thera-link.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.thera-link.com\/*", "https:\/\/*.thera-link.dev\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |