WeSchool Screen Sharing
A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
WeSchool Screen Sharingとは何ですか?
WeSchool Screen Sharingはhttps://app.weschool.comによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to share your desktop into meetings with WeSchool Meet.」です。
拡張機能のスクリーンショット
WeSchool Screen Sharing拡張機能のCRXファイルをダウンロード
WeSchool Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | inemhnpdnjooccilpnijebmmajejgdho |
公式URL | https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho |
説明 | A simple extension that allows you to share your desktop into meetings with WeSchool Meet. |
ファイルサイズ | 11.25 KB |
インストール数 | 1,189 |
現在のバージョン | 0.1.6.2 |
最終更新日 | 2019-02-14 |
公開日 | 2019-02-14 |
評価 | 4.00/5 合計 23 レビュー |
開発者 | https://app.weschool.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeSchool Screen Sharing", "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.", "version": "0.1.6.2", "minimum_chrome_version": "34", "icons": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.weschool.com\/*" ] } } |