Proview Canvas Extension
Proview Embedded Playback for Canvas LMS
Proview Canvas Extension란 무엇입니까?
Proview Canvas Extension은(는) app-admins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proview Embedded Playback for Canvas LMS"입니다.
확장 프로그램 스크린샷
Proview Canvas Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |