Proview Canvas Extension

Proview Embedded Playback for Canvas LMS

Proview Canvas Extensionคืออะไร?

Proview Canvas Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย app-admins และคุณลักษณะหลักของมันคือ "Proview Embedded Playback for Canvas LMS"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proview Canvas Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}