Proctorio-B-Gone

This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…

O que é Proctorio-B-Gone?

Proctorio-B-Gone é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Proctorio-B-Gone

Baixe arquivos de extensão Proctorio-B-Gone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Proctorio-B-Gone Proctorio-B-Gone
ID gohnaeiejimgpgoaoehhocepoeafppeo
URL Oficial https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo
Descrição This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Tamanho do Arquivo 3.97 KB
Contagem de Instalações 1,186
Versão Atual 0.1.0
Última Atualização 2021-11-26
Data de Publicação 2021-11-26
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}