Proview Canvas Extension

Proview Embedded Playback for Canvas LMS

Cos'è Proview Canvas Extension?

Proview Canvas Extension è un'estensione di Chrome sviluppata da app-admins, e la sua funzione principale è "Proview Embedded Playback for Canvas LMS".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Proview Canvas Extension

Scarica i file di estensione Proview Canvas Extension 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

                        Proview is world’s first fully automated cognitive remote proctoring solution built as a part of Talview’s initiative to create equal career opportunities and a level playing field breaking scheduling and location constraints for conducting online assessments by enabling fully secure and authenticated tests available anytime anywhere. Proview is a product of Talview, a leading HR technology solutions provider across the globe. This extension will enable the test administrators to view the playback of the Proview sessions on Canvas LMS.
https://www.talview.com/proview/terms-conditions/
https://www.talview.com/privacy
https://www.talview.com/trust-center                    

Informazioni di Base sull'Estensione

Nome Proview Canvas Extension Proview Canvas Extension
ID flpkhblhbgmebnklgllhogbjolabgohj
URL Ufficiale https://chromewebstore.google.com/detail/proview-canvas-extension/flpkhblhbgmebnklgllhogbjolabgohj
Descrizione Proview Embedded Playback for Canvas LMS
Dimensione del File 27.89 KB
Conteggio Installazioni 30
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-03-01
Data di Pubblicazione 2021-03-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore app-admins
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.talview.com/online-proctoring-software
URL della Pagina di Aiuto https://proviewsupport.freshdesk.com/support/home
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proview Canvas Extension",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Proview Embedded Playback for Canvas LMS",
    "homepage_url": "https:\/\/www.talview.com\/",
    "icons": {
        "16": "icons\/Talview_colored_emblem_16.png",
        "48": "icons\/Talview_colored_emblem_48.png",
        "128": "icons\/Talview_colored_emblem_128.png"
    },
    "web_accessible_resources": [
        "\/js\/proview_playback.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/history*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/history*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}