IRIS

IRIS Invigilation (IRIS) helps provide educators assurance of assessment integrity during online and remote assessment.

什麼是IRIS?

IRIS是由https://intelligentinvigilation.com開發的Chrome擴展程式,該擴展的主要功能是“IRIS Invigilation (IRIS) helps provide educators assurance of assessment integrity during online and remote assessment.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載IRIS擴展crx文件

下載IRIS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        What is IRIS?
IRIS Invigilation (IRIS) is a software program that helps provide educators assurance of assessment integrity during online and remote assessment. It records audio, video, and computer screen activity for the duration of a test/exam. It analyses this information using machine learning and automatically flags potential academic dishonesty through displaying the data in an easy to use reporting dashboard. 

How does it work? 
IRIS records video of a student's face throughout their proctored exam tracking head and eye movement. It records the audio from the student computer’s microphone video from their webcam and takes successive screenshots of what the student is seeing on their computer screen. Facial markers are identified and tracked; categorising and distinguishing innocent behaviours from dishonest behaviours. Educators can then review this data at a time that is convenient to help ensure student identity verification and assessment integrity. 

Is it safe for students to share their data? 
IRIS Invigilation software is a safe, secure and necessary method of maintaining academic integrity at a university/institute. The proctoring/invigilation of online assessments is necessary when conducting online learning to ensure educational standards are maintained and to avoid academic dishonesty. Students that share their data are helping to protect the quality and reputation of their institution.   

The privacy and protection of students and their personal information is paramount. IRIS ensures that data security, protection laws, privacy legislation and regulation are their priority. IRIS uses AWS Cloud Security to protect data and host all data in Sydney, Australia. IRIS does not sell or use any student assessment data; only IRIS technical administrators have access to this for maintenance and security purposes. 

IRIS Security Infrastructure: 
•    Two-factor authentication is enabled for the cloud services account that hosts IRIS 
•    Strict firewall schemes protect all IRIS related services to protect user data and prevent nefarious access to the IRIS infrastructure 
•    Only ports and services that need to communicate with each other and to the outside world will be kept open.  These ports/services have strict IP security groups for inbound and outbound traffic 
•    IRIS will never share or sell your personal data to a third party. 
•    Google Chrome will ask your permission before installing the IRIS extension on your computer.  
•    IRIS will only invigilate you during your exam. The permissions you agree to are only for the exam duration.                    

擴展基本資訊

名稱 IRIS IRIS
ID jmgacjgobknfojonlckhndlamkfcjofm
官方網址 https://chromewebstore.google.com/detail/iris/jmgacjgobknfojonlckhndlamkfcjofm
簡介 IRIS Invigilation (IRIS) helps provide educators assurance of assessment integrity during online and remote assessment.
檔案大小 4.11 MB
安裝次數 36,466
目前版本 7.2.1
更新時間 2024-03-04
上架時間 2020-06-30
評分 1.22/5 共 104 次評分
開發者 https://intelligentinvigilation.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.irisinvigilation.com/
說明頁面URL https://www.irisinvigilation.com/index.php/contact-iris
隱私政策頁面URL https://www.irisinvigilation.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IRIS",
    "version": "7.2.1",
    "author": "IRIS Invigilation Pty Ltd",
    "description": "IRIS Invigilation (IRIS) helps provide educators assurance of assessment integrity during online and remote assessment.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "IRIS"
    },
    "background": {
        "service_worker": "background-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "md5.js",
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/manage.irislocal.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.irisinvigilation.com\/",
    "minimum_chrome_version": "90",
    "permissions": [
        "desktopCapture",
        "unlimitedStorage",
        "storage",
        "system.display",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/manage.irislocal.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon32.png",
                "icon48.png",
                "icon128.png"
            ],
            "extension_ids": [
                "jmgacjgobknfojonlckhndlamkfcjofm",
                "helbnjpnpgjeadchhdifdegmhcijjdmo",
                "geipogmekanbnglfkapnnnoflkgnceih",
                "hpilpadcanhamabpmbpmmjbimdhabgca",
                "chphdklgmaifnadijkfcbmenhmjgjmfe",
                "onlfhhlejfalllidbdeokaoaojoiedkp",
                "galfllfianfpcclnelclejgilcibgcnj",
                "lkllcnlnmhpmpkcajpafingjgaampmkl"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/manage.irislocal.com\/*"
        ]
    },
    "incognito": "not_allowed"
}