Proview Canvas Extension
Proview Embedded Playback for Canvas LMS
Wat is Proview Canvas Extension?
Proview Canvas Extension is een Chrome-extensie ontwikkeld door app-admins, en de belangrijkste functie is "Proview Embedded Playback for Canvas LMS".
Extensie Screenshots
Download het CRX-bestand van de extensie Proview Canvas Extension
Download Proview Canvas Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Proview Canvas Extension |
ID | flpkhblhbgmebnklgllhogbjolabgohj |
Officiële URL | https://chromewebstore.google.com/detail/proview-canvas-extension/flpkhblhbgmebnklgllhogbjolabgohj |
Beschrijving | Proview Embedded Playback for Canvas LMS |
Bestandsgrootte | 27.89 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-03-01 |
Publicatiedatum | 2021-03-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | app-admins |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.talview.com/online-proctoring-software |
Help Pagina-URL | https://proviewsupport.freshdesk.com/support/home |
Ondersteunde Talen | 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" ] } ] } |