WeSchool Screen Sharing
A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
What is WeSchool Screen Sharing?
WeSchool Screen Sharing is a Chrome extension developed by https://app.weschool.com, and its main feature is "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".
Extension Screenshots
Download WeSchool Screen Sharing Extension CRX File
Download WeSchool Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | inemhnpdnjooccilpnijebmmajejgdho |
Official URL | https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho |
Description | A simple extension that allows you to share your desktop into meetings with WeSchool Meet. |
File Size | 11.25 KB |
Installation Count | 1,189 |
Current Version | 0.1.6.2 |
Last Updated | 2019-02-14 |
Publish Date | 2019-02-14 |
Rating | 4.00/5 Total 23 Ratings |
Developer | https://app.weschool.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |