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
官方網址 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"
}