uCertify Proctoring
uCertify Chrome Extension for Remote Proctoring
什麼是uCertify Proctoring?
uCertify Proctoring是由care開發的Chrome擴展程式,該擴展的主要功能是“uCertify Chrome Extension for Remote Proctoring”。
擴展截圖
下載uCertify Proctoring擴展crx文件
下載uCertify Proctoring擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is used for the remote proctoring test on uCertify. By this extension, the student registered on the ucertify.com (or its subdomain) will able to give remote proctoring test. By using this extension we will make sure that during the test student will only open the website/url which is allowed during the test and cannot able to cheat during the exam from. If he tried to do any suspicious activity it will record and sent to the instructor when he is checking the proctoring result. This extension can detect face of the student and recognize his/her name and face on ID and also record user screen. All the analysis is done by the AI. We will make secure the test given by the student is fair.
擴展基本資訊
名稱 | uCertify Proctoring |
ID | hndcafdkpaconlmondnhbgibnmaagfdg |
官方網址 | https://chromewebstore.google.com/detail/ucertify-proctoring/hndcafdkpaconlmondnhbgibnmaagfdg |
簡介 | uCertify Chrome Extension for Remote Proctoring |
檔案大小 | 78.1 KB |
安裝次數 | 183 |
目前版本 | 1.09.2020.6 |
更新時間 | 2023-12-06 |
上架時間 | 2020-11-23 |
開發者 | care |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.ucertify.com/about/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uCertify Proctoring", "description": "uCertify Chrome Extension for Remote Proctoring", "version": "1.09.2020.6", "browser_action": { "default_title": "uCertify", "default_icon": { "19": "assets\/icons\/icon3.png", "38": "assets\/icons\/icon3.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/pe-gold3\/*", "*:\/\/*.ucertify.com\/*", "*:\/\/*.jigyaasa.info\/*" ], "js": [ "ucscript.min.js" ], "all_frames": true } ], "background": { "page": "background.html" }, "icons": { "16": "assets\/icons\/icon3.png", "48": "assets\/icons\/icon3.png", "128": "assets\/icons\/icon3.png" }, "permissions": [ " |