ExamRoom.AI
An online proctoring system. for test Environment
ما هو ExamRoom.AI؟
ExamRoom.AI هو إضافة Chrome تم تطويرها بواسطة http://examroom.ai، والميزة الرئيسية لها هي "An online proctoring system. for test Environment".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ExamRoom.AI
قم بتنزيل ملفات الامتداد ExamRoom.AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | gfokmciomobjendpolajbpjffibbdedn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn |
الوصف | An online proctoring system. for test Environment |
حجم الملف | 46.65 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 1.7 |
آخر تحديث | 2021-11-17 |
تاريخ النشر | 2021-03-29 |
المطور | http://examroom.ai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://examroom.ai/ |
عنوان صفحة المساعدة | https://examroom.ai/ |
عنوان صفحة سياسة الخصوصية | https://examroom.ai/privacy_policy |
اللغات المدعومة | 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" } } |