ExamRoom.AI
An online proctoring system. for test Environment
Apa itu ExamRoom.AI?
ExamRoom.AI adalah ekstensi Chrome yang dikembangkan oleh http://examroom.ai, dan fitur utamanya adalah "An online proctoring system. for test Environment".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ExamRoom.AI
Unduh file ekstensi ExamRoom.AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gfokmciomobjendpolajbpjffibbdedn |
URL Resmi | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
Deskripsi | An online proctoring system. for test Environment |
Ukuran File | 46.65 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2021-11-17 |
Tanggal Publikasi | 2021-03-29 |
Pengembang | http://examroom.ai |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://examroom.ai/ |
URL Halaman Bantuan | https://examroom.ai/ |
URL Halaman Kebijakan Privasi | https://examroom.ai/privacy_policy |
Bahasa yang Didukung | 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" } } |