ExamRoom.AI
An online proctoring system. for test Environment
Qu'est-ce que ExamRoom.AI ?
ExamRoom.AI est une extension Chrome développée par http://examroom.ai, et sa fonction principale est "An online proctoring system. for test Environment".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ExamRoom.AI
Téléchargez les fichiers d'extension ExamRoom.AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gfokmciomobjendpolajbpjffibbdedn |
URL Officiel | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Description | An online proctoring system. for test Environment |
Taille du Fichier | 46.65 KB |
Nombre d'Installations | 105 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2021-11-17 |
Date de Publication | 2021-03-29 |
Développeur | http://examroom.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://examroom.ai/ |
URL de la Page d'Aide | https://examroom.ai/ |
URL de la Page de Politique de Confidentialité | https://examroom.ai/privacy_policy |
Langues Prises en Charge | 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" } } |