IRIS@Curtin
Curtin Intelligent Remote Invigilation System
Что такое IRIS@Curtin?
IRIS@Curtin - это расширение Chrome, разработанное Curtin University, и его основная функция - "Curtin Intelligent Remote Invigilation System".
Снимки экрана расширения
Скачать файл 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 |
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": [ " |