ProctorExam Screen Sharing
Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com
什么是ProctorExam Screen Sharing?
ProctorExam Screen Sharing是由https://proctorexam.com开发的Chrome扩展程序,该扩展的主要功能是“Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com”。
扩展截图
下载ProctorExam Screen Sharing扩展crx文件
下载ProctorExam Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables screen sharing on the ProctorExam distance examination platform. Screen Sharing can only be activated on exams.proctorexam.com, so you don't need to worry about accidentally sharing unintentionally. By installing this extension, you are giving ProctorExam permission to view your screen during an examination. FOR TEST TAKERS: Once you have installed the extension, please follow: 'STEP 2 - complete the system check' in the email you have received about your exam. If you have any difficulties downloading this extension, please contact our chat support. It will be available for you during step 2. Alternatively you can contact our chat support at https://www.proctorexam.com. FOR DEVELOPERS: Any questions related to our extension, please contact us using the ‘contact the publisher’ button on the right of this screen. Alternatively you can reach out to your account manager for further assistance.
扩展基本信息
名称 | ProctorExam Screen Sharing |
ID | digojkgonhgmnohbapdfjllpnmjmdhpg |
官方URL | https://chromewebstore.google.com/detail/proctorexam-screen-sharin/digojkgonhgmnohbapdfjllpnmjmdhpg |
简介 | Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com |
文件大小 | 92.74 KB |
安装次数 | 768,244 |
当前版本 | 1.6.0 |
更新时间 | 2023-01-16 |
上架时间 | 2018-12-06 |
评分 | 1.86/5 共194次评分 |
开发者 | https://proctorexam.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://proctorexam.com |
帮助页面URL | https://proctorexam.com/test-taker-support/ |
隐私政策页面URL | https://www.proctorexam.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProctorExam Screen Sharing", "author": "Procwise BV", "version": "1.6.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Lets you share your screen when taking an online exam on ProctorExam - https:\/\/www.proctorexam.com", "homepage_url": "https:\/\/proctorexam.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.proctorexam.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "activeTab", "tabs", "https:\/\/*.proctorexam.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |