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 |
官方網址 | 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\/*" ] } } |