Screen Share
Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Screen Shareとは何ですか?
Screen ShareはauthorGENによって開発されたChromeの拡張機能で、その主な機能は「Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.」です。
拡張機能のスクリーンショット
Screen Share拡張機能のCRXファイルをダウンロード
Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom. Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.
拡張機能の基本情報
名前 | |
ID | kihbmdbdahlekggklbfbgmnkifcmfcip |
公式URL | https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip |
説明 | Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions. |
ファイルサイズ | 13.21 KB |
インストール数 | 58,170 |
現在のバージョン | 0.0.0.8 |
最終更新日 | 2017-11-07 |
公開日 | 2017-11-07 |
評価 | 2.47/5 合計 43 レビュー |
開発者 | authorGEN |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.authorgen.com/Privacy.aspx |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share", "author": "WizIQ", "version": "0.0.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |