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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | https://examroom.ai/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |