Auto EduNext

Automatically grade on Edunext

O que é Auto EduNext?

Auto EduNext é uma extensão do Chrome desenvolvida por minhdung25, e sua principal característica é "Automatically grade on Edunext".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto EduNext

Baixe arquivos de extensão Auto EduNext 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

                        Step 1: Install extension to your device
Step 2: Click reload page to use,
Step 3: Click on the "Grade on groupmates" button and then automatically rate 5 stars (member rating)
Or click on the "Grade" button and then automatically rate the presentation 5 stars (score the presentation).
Step 4: Click the "Grade" button to record the score

- If you are not satisfied with the 5-star score, please turn off the extension, then reload the page and rate it as you like.                    

Informações Básicas da Extensão

Nome Auto EduNext Auto EduNext
ID pdpfekfaombegelehblceefphdfacpia
URL Oficial https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia
Descrição Automatically grade on Edunext
Tamanho do Arquivo 25.8 KB
Contagem de Instalações 6,000
Versão Atual 1.1.5
Última Atualização 2023-11-26
Data de Publicação 2023-06-19
Classificação 5.00/5 Total de 19 Avaliações
Desenvolvedor minhdung25
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto EduNext",
    "version": "1.1.5",
    "icons": {
        "128": "icon.png"
    },
    "description": "Automatically grade on Edunext",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fu-edunext.fpt.edu.vn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}