Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Wat is Proctorio-B-Gone?
Proctorio-B-Gone is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Extensie Screenshots
Download het CRX-bestand van de extensie Proctorio-B-Gone
Download Proctorio-B-Gone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
Officiële URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Beschrijving | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Bestandsgrootte | 3.97 KB |
Aantal Installaties | 1,186 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-11-26 |
Publicatiedatum | 2021-11-26 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |