ExamRoom.AI
An online proctoring system. for test Environment
Cos'è ExamRoom.AI?
ExamRoom.AI è un'estensione di Chrome sviluppata da http://examroom.ai, e la sua funzione principale è "An online proctoring system. for test Environment".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ExamRoom.AI
Scarica i file di estensione ExamRoom.AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gfokmciomobjendpolajbpjffibbdedn |
URL Ufficiale | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Descrizione | An online proctoring system. for test Environment |
Dimensione del File | 46.65 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2021-11-17 |
Data di Pubblicazione | 2021-03-29 |
Sviluppatore | http://examroom.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://examroom.ai/ |
URL della Pagina di Aiuto | https://examroom.ai/ |
URL della Pagina della Politica sulla Privacy | https://examroom.ai/privacy_policy |
Lingue Supportate | 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" } } |