SIGAA Rural

Melhorias de usabilidade no SIGAA da UFRRJ

What is SIGAA Rural?

SIGAA Rural is a Chrome extension developed by Israel Nascimento, and its main feature is "Melhorias de usabilidade no SIGAA da UFRRJ".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SIGAA Rural Extension CRX File

Download SIGAA Rural extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Melhorias de usabilidade no SIGAA (Sistema Integrado de Gestão de Atividades Acadêmicas) para os alunos da UFRRJ.
Com essa extensão, verificar o horário de sua aula se tornará uma tarefa mais simples, visto que ela modifica os horários em código para horários normais.                    

Extension Basic Information

Name SIGAA Rural SIGAA Rural
ID oincadmpbogdfgckicmpclkdmcfagajg
Official URL https://chromewebstore.google.com/detail/sigaa-rural/oincadmpbogdfgckicmpclkdmcfagajg
Description Melhorias de usabilidade no SIGAA da UFRRJ
File Size 36.39 KB
Installation Count 1,152
Current Version 1.2
Last Updated 2019-09-17
Publish Date 2019-09-17
Rating 5.00/5 Total 20 Ratings
Developer Israel Nascimento
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIGAA Rural",
    "version": "1.2",
    "description": "Melhorias de usabilidade no SIGAA da UFRRJ",
    "content_scripts": [
        {
            "js": [
                "selects.js",
                "functions.js",
                "main.js",
                "extraordinaria.js"
            ],
            "matches": [
                "https:\/\/sigaa.ufrrj.br\/*"
            ]
        }
    ],
    "icons": {
        "16": "imgs\/logo_16.png",
        "32": "imgs\/logo_32.png",
        "48": "imgs\/logo_48.png",
        "128": "imgs\/logo_128.png"
    },
    "author": "Israel Nascimento - Aluno de sistemas de informa\u00e7\u00e3o da UFRRJ",
    "manifest_version": 2
}