Proview Canvas Extension

Proview Embedded Playback for Canvas LMS

Proview Canvas Extension là gì?

Proview Canvas Extension là một tiện ích mở rộng Chrome được phát triển bởi app-admins, và tính năng chính của nó là "Proview Embedded Playback for Canvas LMS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proview Canvas Extension

Tải xuống các tệp mở rộng Proview Canvas Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proview Canvas Extension Proview Canvas Extension
ID flpkhblhbgmebnklgllhogbjolabgohj
URL Chính Thức https://chromewebstore.google.com/detail/proview-canvas-extension/flpkhblhbgmebnklgllhogbjolabgohj
Mô tả Proview Embedded Playback for Canvas LMS
Kích Thước Tệp 27.89 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-03-01
Ngày Phát Hành 2021-03-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển app-admins
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.talview.com/online-proctoring-software
URL Trang Trợ Giúp https://proviewsupport.freshdesk.com/support/home
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}