AI-Proctor-Moodle
This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
什麼是AI-Proctor-Moodle?
AI-Proctor-Moodle是由TechiBees Inc.開發的Chrome擴展程式,該擴展的主要功能是“This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/”。
擴展截圖
下載AI-Proctor-Moodle擴展crx文件
下載AI-Proctor-Moodle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for the AI-Proctor system integrated with Moodle. It opens a channel between the student browser and the instructor only during the exam. It also converts Chrome to full screen mode during the exam. The extension is one part of the system. The other part is the AI-Proctor desktop application. Please download it. Good luck in your exams!
擴展基本資訊
名稱 | AI-Proctor-Moodle |
ID | nbhdcdolapnpbccipdpagdlgbhgpkjpd |
官方網址 | https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd |
簡介 | This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/ |
檔案大小 | 68.16 KB |
安裝次數 | 1,640 |
目前版本 | 7.0 |
更新時間 | 2021-09-18 |
上架時間 | 2021-03-16 |
評分 | 5.00/5 共 2 次評分 |
開發者 | TechiBees Inc. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ai-proctor.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI-Proctor-Moodle", "version": "7.0", "manifest_version": 2, "description": "This is the chrome extention for the AI-Proctor system. Find more information about the system at https:\/\/www.ai-proctor.com\/", "icons": { "128": "AiProctor.png" }, "browser_action": { "name": "AI-Proctor", "icons": [ "AiProctor.png" ], "default_icon": "AiProctor.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.timesrnd.taylors.edu.my\/*", "*:\/\/*.times.taylors.edu.my\/*" ], "js": [ "upload_watcher.js" ] } ], "background": { "scripts": [ "background.js", "upload_checker.js" ] }, "permissions": [ "webRequest", "tabs", " |