ExamRoom.AI
An online proctoring system. for test Environment
什么是ExamRoom.AI?
ExamRoom.AI是由http://examroom.ai开发的Chrome扩展程序,该扩展的主要功能是“An online proctoring system. for test Environment”。
扩展截图
下载ExamRoom.AI扩展crx文件
下载ExamRoom.AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gfokmciomobjendpolajbpjffibbdedn |
官方URL | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
简介 | An online proctoring system. for test Environment |
文件大小 | 46.65 KB |
安装次数 | 105 |
当前版本 | 1.7 |
更新时间 | 2021-11-17 |
上架时间 | 2021-03-29 |
开发者 | http://examroom.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://examroom.ai/ |
帮助页面URL | https://examroom.ai/ |
隐私政策页面URL | https://examroom.ai/privacy_policy |
支持的语言 | 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" } } |