ExamRoom.AI
An online proctoring system. for test Environment
What is ExamRoom.AI?
ExamRoom.AI is a Chrome extension developed by http://examroom.ai, and its main feature is "An online proctoring system. for test Environment".
Extension Screenshots
Download ExamRoom.AI Extension CRX File
Download ExamRoom.AI 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
ExamRoom.AI is an Online Proctoring System, With ExamRoom.AI, we have made assessments more secure for candidates, and maintain test integrity, while testing nearly anywhere in the world.
Extension Basic Information
Name | |
ID | gfokmciomobjendpolajbpjffibbdedn |
Official URL | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Description | An online proctoring system. for test Environment |
File Size | 46.65 KB |
Installation Count | 105 |
Current Version | 1.7 |
Last Updated | 2021-11-17 |
Publish Date | 2021-03-29 |
Developer | http://examroom.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://examroom.ai/ |
Help Page URL | https://examroom.ai/ |
Privacy Policy Page URL | https://examroom.ai/privacy_policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExamRoom.AI", "version": "1.7", "description": "An online proctoring system. for test Environment", "manifest_version": 2, "permissions": [ "notifications", "input", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true, "js": [ "content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/examroom.ai\/*", "https:\/\/test.examroom.ai\/*" ] }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/16w\/16.png", "default_popup": "accessblocker.html" }, "icons": { "16": "images\/16w\/16.png", "32": "images\/32w\/32.png", "48": "images\/48w\/48.png", "128": "images\/128w\/128.png" } } |