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ファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |