Proctor360

Secure Testing Anywhere

ما هو Proctor360؟

Proctor360 هو إضافة Chrome تم تطويرها بواسطة https://proctor360.com، والميزة الرئيسية لها هي "Secure Testing Anywhere".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Proctor360

قم بتنزيل ملفات الامتداد Proctor360 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://support.proctor360.com/help/365012637
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}