ExamRoom.AI
An online proctoring system. for test Environment
Wat is ExamRoom.AI?
ExamRoom.AI is een Chrome-extensie ontwikkeld door http://examroom.ai, en de belangrijkste functie is "An online proctoring system. for test Environment".
Extensie Screenshots
Download het CRX-bestand van de extensie ExamRoom.AI
Download ExamRoom.AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gfokmciomobjendpolajbpjffibbdedn |
Officiële URL | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Beschrijving | An online proctoring system. for test Environment |
Bestandsgrootte | 46.65 KB |
Aantal Installaties | 105 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2021-11-17 |
Publicatiedatum | 2021-03-29 |
Ontwikkelaar | http://examroom.ai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://examroom.ai/ |
Help Pagina-URL | https://examroom.ai/ |
URL van de Privacybeleid Pagina | https://examroom.ai/privacy_policy |
Ondersteunde Talen | 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" } } |