Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Apa itu Proctorio-B-Gone?
Proctorio-B-Gone adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Proctorio-B-Gone
Unduh file ekstensi Proctorio-B-Gone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
URL Resmi | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Deskripsi | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Ukuran File | 3.97 KB |
Jumlah Instalasi | 1,186 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-11-26 |
Tanggal Publikasi | 2021-11-26 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |