Proview Canvas Extension

Proview Embedded Playback for Canvas LMS

什么是Proview Canvas Extension?

Proview Canvas Extension是由app-admins开发的Chrome扩展程序,该扩展的主要功能是“Proview Embedded Playback for Canvas LMS”。

扩展截图

screenshot
screenshot

下载Proview Canvas Extension扩展crx文件

下载Proview Canvas Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Proview Canvas Extension Proview Canvas Extension
ID flpkhblhbgmebnklgllhogbjolabgohj
官方URL https://chromewebstore.google.com/detail/proview-canvas-extension/flpkhblhbgmebnklgllhogbjolabgohj
简介 Proview Embedded Playback for Canvas LMS
文件大小 27.89 KB
安装次数 30
当前版本 0.1.1
更新时间 2021-03-01
上架时间 2021-03-01
评分 5.00/5 共1次评分
开发者 app-admins
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.talview.com/online-proctoring-software
帮助页面URL https://proviewsupport.freshdesk.com/support/home
支持的语言 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"
            ]
        }
    ]
}