iProctor Extension

iProctoring solutions

iProctor Extensionคืออะไร?

iProctor Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elumina eLearning และคุณลักษณะหลักของมันคือ "iProctoring solutions"

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

screenshot
screenshot

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

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

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

                        iProctor extension is designed to improve the security of online exams by integrating with any existing LMS or AssessApp (our product).

This Extension allows you to integrate the Assess App iProctor solution into your existing LMS (or AssessApp online testing platform).

By installing this extension, you are giving permission to view your screen during an examination.

Please remember:

• iProctor will only monitor you during your exam session.
• Your personal information is safe and will never be shared or sold to a third party.
• iProctor will not access any personal data not required for the exam itself.
• Prior to the exam, Google Chrome will ask for your permission.
• The permissions you agree to are only required during the exam and will never be used outside of the exam session.

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                    

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

ชื่อ iProctor Extension iProctor Extension
ID agjngcdfhdplchpgmalcfjhgginnljdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iproctor-extension/agjngcdfhdplchpgmalcfjhgginnljdc
คำอธิบาย iProctoring solutions
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-06-08
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Elumina eLearning
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://eluminaelearning.com.au/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iProctor Extension",
    "short_name": "iProctor Extension",
    "description": "iProctoring solutions",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "1.2.3",
    "version_name": "1.2.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "109",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab",
        "offscreen",
        "management",
        "webRequest",
        "system.display"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "iProctor Extension"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cameraSources.html",
                "cameraSources.js",
                "audioSources.html",
                "audioSources.js",
                "blocker.html",
                "assets\/hardware\/recording.gif",
                "assets\/synch\/warning.png",
                "assets\/synch\/close.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}