Meet for Teachers
For educators using Google Meet.
什么是Meet for Teachers?
Meet for Teachers是由http://north27.co.uk开发的Chrome扩展程序,该扩展的主要功能是“For educators using Google Meet.”。
扩展截图
下载Meet for Teachers扩展crx文件
下载Meet for Teachers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• Toggle (on by default) to "lock meets" and ignore any join requests to mitigate against "meet bombing". When enabled the "N" icon will go green. • At random (about 1 in 20), a popup with safeguarding tips/reminders will appear To contribute with any suggestions please message us at https://www.north27.co.uk
扩展基本信息
名称 | |
ID | edbemhpjllbfppjcdkefingohajokaca |
官方URL | https://chrome.google.com/webstore/detail/meet-for-teachers/edbemhpjllbfppjcdkefingohajokaca |
简介 | For educators using Google Meet. |
文件大小 | 225 KB |
安装次数 | 10,000 |
当前版本 | 1.4 |
更新时间 | 2021-03-31 |
上架时间 | 2020-06-02 |
评分 | 2.78/5 共9次评分 |
开发者 | http://north27.co.uk |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://support.north27.co.uk |
隐私政策页面URL | http://north27.co.uk/aet-extension-privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet for Teachers", "version": "1.4", "description": "For educators using Google Meet.", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "all_frames": true, "js": [ "scripts\/main.js" ] } ], "permissions": [ "activeTab", "storage", "identity", "identity.email" ], "icons": { "16": "assets\/icons\/n27_icon_16.png", "32": "assets\/icons\/n27_icon_32.png", "48": "assets\/icons\/n27_icon_48.png", "128": "assets\/icons\/n27_icon_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "scripts\/*", "styles\/*" ], "browser_action": { "default_popup": "views\/popup.html", "default_title": "Meet for Teachers" } } |