Proctor360

Secure Testing Anywhere

Proctor360คืออะไร?

Proctor360 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proctor360.com และคุณลักษณะหลักของมันคือ "Secure Testing Anywhere"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proctor360

ดาวน์โหลดไฟล์ส่วนขยาย Proctor360 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Proctor360 extension is used in conjunction with our online remote proctoring service. Organizations can take advantage of the extension to remotely  enter passwords into fields and/or use its browser tracking and lockdown features.

Proctors have the capability to enter passwords remotely using the extension. This allows test passwords to remain secure while enabling the candidate to take their exam. There is no need for  a proctor to take control of a test candidate's computer, allowing them to maintain control of their system.

In some implementations, exam tracking and browser lockdown features may be enabled with or without remote password entry. This allows Proctor360's proctoring service to track if a test candidate is performing actions that are considered violations during a test session. All violations can and are expected to be reviewed for a final validation.

This extension is only active when an exam session is considered In Progress.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Proctor360 Proctor360
ID hkegehhbmbongohpgmdadkbkmnfokicn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proctor360/hkegehhbmbongohpgmdadkbkmnfokicn
คำอธิบาย Secure Testing Anywhere
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 24,599
เวอร์ชันปัจจุบัน 0.2.13
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2020-05-08
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://proctor360.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proctor360.com/
URL หน้าช่วยเหลือ https://support.proctor360.com/help/365012637
URL หน้านโยบายความเป็นส่วนตัว https://proctor360.com/page/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "name": "Proctor360"
    },
    "name": "Proctor360",
    "description": "Secure Testing Anywhere",
    "version": "0.2.13",
    "permissions": [
        "notifications",
        "storage",
        "",
        "tabs",
        "activeTab",
        "https:\/\/*.proctor360.com\/*",
        "http:\/\/localhost:3001\/*",
        "webRequest",
        "management",
        "system.display",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "img\/icon32.png",
        "img\/icon64.png",
        "img\/icon128.png"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery\/jquery-3.4.1.min.js",
            "scripts\/background.js",
            "scripts\/content-script\/canvas.js",
            "scripts\/socket\/socket.io.min.js"
        ]
    }
}