UFC SIGAA for Chrome

Libera o acesso ao SIGAA pelo Google Chrome. Desenvolvido por: Renan Galeno

What is UFC SIGAA for Chrome?

UFC SIGAA for Chrome is a Chrome extension developed by Renan Galeno, and its main feature is "Libera o acesso ao SIGAA pelo Google Chrome. Desenvolvido por: Renan Galeno ".

Download UFC SIGAA for Chrome Extension CRX File

Download UFC SIGAA for Chrome 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

                        Essa extensão usa JS para liberar o acesso ao Sistema Integrado de Gestão de Atividades Acadêmicas - SIGAA através do Google Chrome. Normalmente, o acesso é restrito ao Firefox por alguma razão desconhecida por mim. Com essa extensão em uso, a mensagem de erro normal aparece, mas após dar "Ok" os controles de login são liberados.                    

Extension Basic Information

Name UFC SIGAA for Chrome UFC SIGAA for Chrome
ID ogcdnbobidifbenjgfcppomdcbmhkmap
Official URL https://chrome.google.com/webstore/detail/ufc-sigaa-for-chrome/ogcdnbobidifbenjgfcppomdcbmhkmap
Description Libera o acesso ao SIGAA pelo Google Chrome. Desenvolvido por: Renan Galeno
File Size 8.31 KB
Installation Count 297
Current Version 1.2
Last Updated 2015-04-08
Publish Date 2015-04-08
Rating 4.83/5 Total 23 Ratings
Developer Renan Galeno
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UFC SIGAA for Chrome",
    "description": "Libera o acesso ao SIGAA pelo Google Chrome. Desenvolvido por: Renan Galeno ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/si3.ufc.br\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}