IRIS@Curtin

Curtin Intelligent Remote Invigilation System

IRIS@Curtinคืออะไร?

IRIS@Curtin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Curtin University และคุณลักษณะหลักของมันคือ "Curtin Intelligent Remote Invigilation System"

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

screenshot

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

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

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

                        Curtin Intelligent Remote Invigilation System (IRIS@Curtin) deters and detects academic dishonesty in online tests and exams.                    

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

ชื่อ IRIS@Curtin IRIS@Curtin
ID ncidnmjpnbljffflgbchghmpnndnhali
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iriscurtin/ncidnmjpnbljffflgbchghmpnndnhali
คำอธิบาย Curtin Intelligent Remote Invigilation System
ขนาดไฟล์ 4.06 MB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 5.1.2
อัปเดตครั้งล่าสุด 2023-11-13
วันที่เผยแพร่ 2020-02-07
คะแนน 1.40/5 รวมทั้งหมด 96 คะแนน
ผู้พัฒนา Curtin University
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://students.curtin.edu.au/essentials/it/guides/iris/
URL หน้าช่วยเหลือ https://students.curtin.edu.au/essentials/it/guides/iris/
URL หน้านโยบายความเป็นส่วนตัว https://informationmanagement.curtin.edu.au/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.1.2",
    "name": "IRIS@Curtin",
    "description": "Curtin Intelligent Remote Invigilation System",
    "author": "Curtin University",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "md5.js",
                "content-script.js"
            ],
            "matches": [
                "https:\/\/lms.curtin.edu.au\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/students.curtin.edu.au\/essentials\/it\/guides\/iris\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "desktopCapture",
        "unlimitedStorage",
        "storage",
        "system.display",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/lms.curtin.edu.au\/*",
        "https:\/\/manage-iris-client.curtin.edu.au\/*",
        "https:\/\/manage-iris-hub.curtin.edu.au\/*",
        "https:\/\/manage-iris.curtin.edu.au\/*",
        "https:\/\/iris-dev-backend-internal.curtin.edu.au\/*",
        "https:\/\/iris-dev-hub-internal.curtin.edu.au\/*",
        "https:\/\/iris-dev-internal.curtin.edu.au\/*",
        "https:\/\/iris-test-backend-internal.curtin.edu.au\/*",
        "https:\/\/iris-test-hub-internal.curtin.edu.au\/*",
        "https:\/\/iris-test-internal.curtin.edu.au\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/lms.curtin.edu.au\/*"
        ]
    },
    "incognito": "spanning"
}