Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Что такое Proctorio-B-Gone?
Proctorio-B-Gone - это расширение Chrome, разработанное Unknown, и его основная функция - "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Снимки экрана расширения
Скачать файл CRX расширения Proctorio-B-Gone
Скачайте файлы расширений Proctorio-B-Gone в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Proctorio-B-Gone |
ID | gohnaeiejimgpgoaoehhocepoeafppeo |
Официальный URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo |
Описание | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… |
Размер файла | 3.97 KB |
Количество установок | 1,186 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2021-11-26 |
Дата публикации | 2021-11-26 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | Unknown |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |