EduSynch E-Proctoring
proctoring
EduSynch E-Proctoringคืออะไร?
EduSynch E-Proctoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://edusynch.com และคุณลักษณะหลักของมันคือ "proctoring"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EduSynch E-Proctoring
ดาวน์โหลดไฟล์ส่วนขยาย EduSynch E-Proctoring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension is brought to you by EduSynch (https://edusynch.com).
This Extension allows you to integrate the EduSynch E-Proctoring solution into your existing LMS (or any other online testing platform).
This Extension allows users taking online exams to:
• Share their screen during an exam
• Share their webcam during an exam
• Record any and all events that take place in the browser during an exam
This Extension can only be activated if your organization has purchased a license from EduSynch, and if you are starting an exam on a platform registered with EduSynch. There is no way to unintentionally share your screen.
By installing this extension, you are giving EduSynch permission to view your screen during an examination. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lcibhobeeihkngcdkbobdkekiigcedkm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edusynch-e-proctoring/lcibhobeeihkngcdkbobdkekiigcedkm |
| คำอธิบาย | proctoring |
| ขนาดไฟล์ | 3.56 MB |
| จำนวนการติดตั้ง | 913 |
| เวอร์ชันปัจจุบัน | 2.8.2 |
| อัปเดตครั้งล่าสุด | 2024-02-21 |
| วันที่เผยแพร่ | 2022-03-30 |
| คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | https://edusynch.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://edusynch.com |
| URL หน้าช่วยเหลือ | https://edusynch.com/contact |
| URL หน้านโยบายความเป็นส่วนตัว | https://edusynch.com/privacy |
| ภาษาที่รองรับ | de,en,es,pl,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "2.8.2",
"author": "edusynch",
"name": "EduSynch E-Proctoring",
"description": "proctoring",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"scripting",
"activeTab",
"webNavigation",
"tabs",
"system.display",
"unlimitedStorage",
"notifications",
"management"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/courses\/*"
],
"js": [
"clearfix.d259427c.js"
],
"run_at": "document_start",
"all_frames": true,
"css": [
"clearfix.f218bd54.css"
]
},
{
"matches": [
"https:\/\/*\/learn\/dashboard*",
"https:\/\/*\/learn\/course\/*",
"https:\/\/*\/thoughtindustries\/*",
"https:\/\/*\/login\/canvas*",
"https:\/\/*\/courses\/*\/assignments\/*",
"https:\/\/*\/courses\/*\/quizzes\/*",
"https:\/\/*\/mod\/quiz\/view.php?id=*",
"https:\/\/*\/mod\/quiz\/attempt.php*",
"https:\/\/*\/mod\/quiz\/summary.php*",
"https:\/\/*\/mod\/quiz\/review.php*",
"https:\/\/app.edusynch.com\/*",
"https:\/\/stage.app.edusynch.com\/*",
"https:\/\/develop.app.edusynch.com\/*"
],
"js": [
"contentScript.8b79eaa4.js"
],
"run_at": "document_idle",
"css": [
"contentScript.fc744471.css"
]
},
{
"matches": [
"https:\/\/*\/courses\/*\/quizzes\/*"
],
"js": [
"initialSetup.4153ae92.js"
],
"css": []
},
{
"matches": [
" | |