Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Qu'est-ce que Proctorio-B-Gone ?
Proctorio-B-Gone est une extension Chrome développée par Unknown, et sa fonction principale est "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proctorio-B-Gone
Téléchargez les fichiers d'extension Proctorio-B-Gone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
URL Officiel | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Description | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Taille du Fichier | 3.97 KB |
Nombre d'Installations | 1,186 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-11-26 |
Date de Publication | 2021-11-26 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |