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 |
电子邮箱 | [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\/*" ] } } |