SIGAA-UFG-Goiania

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

什么是SIGAA-UFG-Goiania?

SIGAA-UFG-Goiania是由Rafael Grisotto开发的Chrome扩展程序,该扩展的主要功能是“SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.”。

扩展截图

screenshot
screenshot
screenshot

下载SIGAA-UFG-Goiania扩展crx文件

下载SIGAA-UFG-Goiania扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 SIGAA-UFG-Goiania SIGAA-UFG-Goiania
ID kknnmfpohboiafgflffibgafcklgplel
官方URL https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel
简介 SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
文件大小 84.12 KB
安装次数 93
当前版本 1.20
更新时间 2015-02-25
上架时间 2015-02-24
评分 5.00/5 共4次评分
开发者 Rafael Grisotto
付费类型 free
扩展官网 https://github.com/grisotto/SIGAA-UFG
支持的语言 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"
}