Classroom View Pro

Classroom View Pro Extension

Cos'è Classroom View Pro?

Classroom View Pro è un'estensione di Chrome sviluppata da eduiq.software, e la sua funzione principale è "Classroom View Pro Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Classroom View Pro

Scarica i file di estensione Classroom View Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Classroom View Pro Classroom View Pro
ID ekabgjkfjjamlheclbclomdbkijhndjh
URL Ufficiale https://chromewebstore.google.com/detail/classroom-view-pro/ekabgjkfjjamlheclbclomdbkijhndjh
Descrizione Classroom View Pro Extension
Dimensione del File 10.26 MB
Conteggio Installazioni 754
Versione Corrente 5.2.1.1
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2020-02-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore eduiq.software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://eduiq.com
URL della Pagina della Politica sulla Privacy https://eduiq.com/terms
Lingue Supportate 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"
    }
}