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 |
官方網址 | 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" } } |