ExamRoom.AI
An online proctoring system. for test Environment
Was ist ExamRoom.AI?
ExamRoom.AI ist eine Chrome-Erweiterung, die von http://examroom.ai entwickelt wurde, und ihr Hauptmerkmal ist "An online proctoring system. for test Environment".
Erweiterungsscreenshots
ExamRoom.AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie ExamRoom.AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gfokmciomobjendpolajbpjffibbdedn |
Offizielle URL | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Beschreibung | An online proctoring system. for test Environment |
Dateigröße | 46.65 KB |
Installationsanzahl | 105 |
Aktuelle Version | 1.7 |
Letztes Update | 2021-11-17 |
Veröffentlichungsdatum | 2021-03-29 |
Entwickler | http://examroom.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://examroom.ai/ |
Hilfeseite URL | https://examroom.ai/ |
URL der Datenschutzrichtlinien-Seite | https://examroom.ai/privacy_policy |
Unterstützte Sprachen | 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" } } |