SIGAA-UFG-Goiania

SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.

What is SIGAA-UFG-Goiania?

SIGAA-UFG-Goiania is a Chrome extension developed by Rafael Grisotto, and its main feature is "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SIGAA-UFG-Goiania Extension CRX File

Download SIGAA-UFG-Goiania 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

                        SIGAA UFG Regional Goiânia
Deixa os horários de forma mais fácil de compreensão.                    

Extension Basic Information

Name SIGAA-UFG-Goiania SIGAA-UFG-Goiania
ID kknnmfpohboiafgflffibgafcklgplel
Official URL https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel
Description SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
File Size 84.12 KB
Installation Count 93
Current Version 1.20
Last Updated 2015-02-25
Publish Date 2015-02-24
Rating 5.00/5 Total 4 Ratings
Developer Rafael Grisotto
Payment Type free
Extension Website https://github.com/grisotto/SIGAA-UFG
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "skin.css"
            ],
            "js": [
                "jquery.js",
                "load.js"
            ],
            "matches": [
                "https:\/\/sigaa.sistemas.ufg.br\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "skin.css"
    ],
    "description": "SIGAA UFG-Goi\u00e2nia permite uma forma mais f\u00e1cil de entender os hor\u00e1rios no sistema SIGAA.",
    "homepage_url": "https:\/\/sigaa.sistemas.ufg.br\/*",
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "SIGAA-UFG-Goiania",
    "permissions": [
        "https:\/\/sigaa.sistemas.ufg.br\/*"
    ],
    "version": "1.20"
}