Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Cos'è Proctorio-B-Gone?
Proctorio-B-Gone è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proctorio-B-Gone
Scarica i file di estensione Proctorio-B-Gone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
URL Ufficiale | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Descrizione | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Dimensione del File | 3.97 KB |
Conteggio Installazioni | 1,186 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-11-26 |
Data di Pubblicazione | 2021-11-26 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |