Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
什么是Proctorio-B-Gone?
Proctorio-B-Gone是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…”。
扩展截图
下载Proctorio-B-Gone扩展crx文件
下载Proctorio-B-Gone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done taking their proctored exam in the Canvas LMS.
扩展基本信息
名称 | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
官方URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
简介 | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
文件大小 | 3.97 KB |
安装次数 | 1,186 |
当前版本 | 0.1.0 |
更新时间 | 2021-11-26 |
上架时间 | 2021-11-26 |
评分 | 4.43/5 共7次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proctorio-B-Gone", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ] } |