Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Vad är Proctorio-B-Gone?
Proctorio-B-Gone är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Tilläggsskärmbilder
Ladda ner Proctorio-B-Gone-förlängningens CRX-fil
Ladda ner Proctorio-B-Gone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
Officiell webbadress | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Beskrivning | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Filstorlek | 3.97 KB |
Antal Installationer | 1,186 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-11-26 |
Publiceringsdatum | 2021-11-26 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |