Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Proctorio-B-Goneとは何ですか?
Proctorio-B-GoneはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…」です。
拡張機能のスクリーンショット
Proctorio-B-Gone拡張機能のCRXファイルをダウンロード
Proctorio-B-Gone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done taking their proctored exam in the Canvas LMS.
拡張機能の基本情報
名前 | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
公式URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
説明 | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
ファイルサイズ | 3.97 KB |
インストール数 | 1,186 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-11-26 |
公開日 | 2021-11-26 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proctorio-B-Gone", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ] } |