Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Was ist Proctorio-B-Gone?
Proctorio-B-Gone ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Erweiterungsscreenshots
Proctorio-B-Gone-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proctorio-B-Gone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
Offizielle URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Beschreibung | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Dateigröße | 3.97 KB |
Installationsanzahl | 1,186 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-11-26 |
Veröffentlichungsdatum | 2021-11-26 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |