ExamRoom.AI

An online proctoring system. for test Environment

Что такое ExamRoom.AI?

ExamRoom.AI - это расширение Chrome, разработанное http://examroom.ai, и его основная функция - "An online proctoring system. for test Environment".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ExamRoom.AI

Скачайте файлы расширений ExamRoom.AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ExamRoom.AI is an Online Proctoring System, With ExamRoom.AI, we have made assessments more secure for candidates, and maintain test integrity, while testing nearly anywhere in the world.                    

Основная информация о расширении

Название ExamRoom.AI ExamRoom.AI
ID gfokmciomobjendpolajbpjffibbdedn
Официальный URL https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn
Описание An online proctoring system. for test Environment
Размер файла 46.65 KB
Количество установок 105
Текущая Версия 1.7
Последнее Обновление 2021-11-17
Дата публикации 2021-03-29
Разработчик http://examroom.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://examroom.ai/
URL страницы помощи https://examroom.ai/
URL страницы политики конфиденциальности https://examroom.ai/privacy_policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExamRoom.AI",
    "version": "1.7",
    "description": "An online proctoring system. for test Environment",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "input",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/examroom.ai\/*",
            "https:\/\/test.examroom.ai\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/16w\/16.png",
        "default_popup": "accessblocker.html"
    },
    "icons": {
        "16": "images\/16w\/16.png",
        "32": "images\/32w\/32.png",
        "48": "images\/48w\/48.png",
        "128": "images\/128w\/128.png"
    }
}