Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Co je Proctorio-B-Gone?
Proctorio-B-Gone je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Proctorio-B-Gone
Stáhněte si soubory rozšíření Proctorio-B-Gone ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | gohnaeiejimgpgoaoehhocepoeafppeo |
| Oficiální URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
| Popis | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
| Velikost souboru | 3.97 KB |
| Počet instalací | 1,186 |
| Aktuální Verze | 0.1.0 |
| Poslední Aktualizace | 2021-11-26 |
| Datum Vydání | 2021-11-26 |
| Hodnocení | 4.43/5 Celkem 7 Hodnocení |
| Vývojář | Unknown |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |