Sigaa UFC no Chrome

Basta acessar Sigaa UFC no Chrome e tudo funcionará. Eng. Elétrica, Campus Sobral

What is Sigaa UFC no Chrome?

Sigaa UFC no Chrome is a Chrome extension developed by juliocflima, and its main feature is "Basta acessar Sigaa UFC no Chrome e tudo funcionará. Eng. Elétrica, Campus Sobral".

Extension Screenshots

screenshot

Download Sigaa UFC no Chrome Extension CRX File

Download Sigaa UFC no 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

                        Basta acessar Sigaa UFC no Chrome e tudo funcionará, sem precisar clicar em nada basta acessar site usual do sigaa abaixo.

https://si3.ufc.br/


Eng. Elétrica, Campus Sobral                    

Extension Basic Information

Name Sigaa UFC no Chrome Sigaa UFC no Chrome
ID fmdopjmfigbfopomghpogclbojpnpnlj
Official URL https://chrome.google.com/webstore/detail/sigaa-ufc-no-chrome/fmdopjmfigbfopomghpogclbojpnpnlj
Description Basta acessar Sigaa UFC no Chrome e tudo funcionará. Eng. Elétrica, Campus Sobral
File Size 117 KB
Installation Count 26
Current Version 2.3
Last Updated 2018-05-13
Publish Date 2018-05-13
Rating 5.00/5 Total 2 Ratings
Developer juliocflima
Email [email protected]
Payment Type free
Extension Website https://si3.ufc.br/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sigaa UFC no Chrome",
    "description": "Basta acessar Sigaa UFC no Chrome e tudo funcionar\u00e1. Eng. El\u00e9trica, Campus Sobral",
    "version": "2.3",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/si3.ufc.br\/sigaa\/verTelaLogin.do*",
                "*:\/\/si3.ufc.br\/",
                "*:\/\/si3.ufc.br\/sigaa\/verTelaLogin.do",
                "*:\/\/si3.ufc.br\/sigaa\/logar.do?dispatch=logOn",
                "*:\/\/si3.ufc.br\/sigaa\/logar.do?dispatch=logOff"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/chrome.js"
            ],
            "run_at": "document_start",
            "persistent": false
        }
    ]
}