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/
What is AI-Proctor-Moodle?
AI-Proctor-Moodle is a Chrome extension developed by TechiBees Inc., and its main feature is "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".
Extension Screenshots
Download AI-Proctor-Moodle Extension CRX File
Download AI-Proctor-Moodle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | AI-Proctor-Moodle |
ID | nbhdcdolapnpbccipdpagdlgbhgpkjpd |
Official URL | https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd |
Description | This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/ |
File Size | 68.16 KB |
Installation Count | 1,640 |
Current Version | 7.0 |
Last Updated | 2021-09-18 |
Publish Date | 2021-03-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TechiBees Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://ai-proctor.com/ |
Supported Languages | 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", " |