uCertify Proctoring

uCertify Chrome Extension for Remote Proctoring

O que é uCertify Proctoring?

uCertify Proctoring é uma extensão do Chrome desenvolvida por care, e sua principal característica é "uCertify Chrome Extension for Remote Proctoring".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão uCertify Proctoring

Baixe arquivos de extensão uCertify Proctoring 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 extension is used for the remote proctoring test on uCertify. By this extension, the student registered on the ucertify.com (or its subdomain) will able to give remote proctoring test. By using this extension we will make sure that during the test student will only open the website/url which is allowed during the test and cannot able to cheat during the exam from. If he tried to do any suspicious activity it will record and sent to the instructor when he is checking the proctoring result. This extension can detect face of the student and recognize his/her name and face on ID and also record user screen. All the analysis is done by the AI. We will make secure the test given by the student is fair.                    

Informações Básicas da Extensão

Nome uCertify Proctoring uCertify Proctoring
ID hndcafdkpaconlmondnhbgibnmaagfdg
URL Oficial https://chromewebstore.google.com/detail/ucertify-proctoring/hndcafdkpaconlmondnhbgibnmaagfdg
Descrição uCertify Chrome Extension for Remote Proctoring
Tamanho do Arquivo 78.1 KB
Contagem de Instalações 183
Versão Atual 1.09.2020.6
Última Atualização 2023-12-06
Data de Publicação 2020-11-23
Desenvolvedor care
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.ucertify.com/about/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uCertify Proctoring",
    "description": "uCertify Chrome Extension for Remote Proctoring",
    "version": "1.09.2020.6",
    "browser_action": {
        "default_title": "uCertify",
        "default_icon": {
            "19": "assets\/icons\/icon3.png",
            "38": "assets\/icons\/icon3.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/pe-gold3\/*",
                "*:\/\/*.ucertify.com\/*",
                "*:\/\/*.jigyaasa.info\/*"
            ],
            "js": [
                "ucscript.min.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "assets\/icons\/icon3.png",
        "48": "assets\/icons\/icon3.png",
        "128": "assets\/icons\/icon3.png"
    },
    "permissions": [
        "",
        "desktopCapture",
        "tabs",
        "storage",
        "notifications",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/icons\/*",
        "version.js"
    ]
}