Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Co to jest Proctorio-B-Gone?
Proctorio-B-Gone to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Proctorio-B-Gone
Pobierz pliki rozszerzeń Proctorio-B-Gone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
Oficjalny URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Opis | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Rozmiar pliku | 3.97 KB |
Liczba instalacji | 1,186 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-11-26 |
Data Publikacji | 2021-11-26 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |