SIGAA-UFG-Jatai

SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.

What is SIGAA-UFG-Jatai?

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

Extension Screenshots

screenshot
screenshot
screenshot

Download SIGAA-UFG-Jatai Extension CRX File

Download SIGAA-UFG-Jatai 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 Jataí
Deixa os horários de forma mais fácil de compreensão.                    

Extension Basic Information

Name SIGAA-UFG-Jatai SIGAA-UFG-Jatai
ID ebbcibhecofoegjgnlenopbfnjnmdppg
Official URL https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg
Description SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
File Size 84.11 KB
Installation Count 47
Current Version 1.20
Last Updated 2015-02-25
Publish Date 2015-02-24
Rating 5.00/5 Total 8 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-Jata\u00ed 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-Jatai",
    "permissions": [
        "https:\/\/sigaa.sistemas.ufg.br\/*"
    ],
    "version": "1.20"
}