Classroom View Pro

Classroom View Pro Extension

Что такое Classroom View Pro?

Classroom View Pro - это расширение Chrome, разработанное eduiq.software, и его основная функция - "Classroom View Pro Extension".

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

screenshot

Скачать файл CRX расширения Classroom View Pro

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

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

                        Use the Classroom View Pro as a classroom management tool to monitor activity of all students Chromebooks.

Here are major features:

- You have complete view over what students are doing on their Chromebooks.

- This application provides you with a live picture of the students Chromebook screens.

- You can block internet on Chromebooks.

- You can present your computer screen on Chromebooks.

- You can lock Chromebooks.

- You can send a message to Chromebooks.

- The student Chromebook screens are represented in the table with a customizable number of rows as thumbnails.                    

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

Название Classroom View Pro Classroom View Pro
ID ekabgjkfjjamlheclbclomdbkijhndjh
Официальный URL https://chromewebstore.google.com/detail/classroom-view-pro/ekabgjkfjjamlheclbclomdbkijhndjh
Описание Classroom View Pro Extension
Размер файла 10.26 MB
Количество установок 754
Текущая Версия 5.2.1.1
Последнее Обновление 2024-02-09
Дата публикации 2020-02-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик eduiq.software
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://eduiq.com
URL страницы политики конфиденциальности https://eduiq.com/terms
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classroom View Pro",
    "description": "Classroom View Pro Extension",
    "version": "5.2.1.1",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "identity",
        "identity.email",
        "desktopCapture",
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';  ",
    "background": {
        "persitent": true,
        "scripts": [
            "main.js",
            "loader.js"
        ]
    },
    "options_page": "options.html",
    "storage": {
        "managed_schema": "managed-schema.json"
    }
}