SIGAA-UFG-Jatai

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

SIGAA-UFG-Jataiとは何ですか?

SIGAA-UFG-JataiはRafael Grisottoによって開発されたChromeの拡張機能で、その主な機能は「SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SIGAA-UFG-Jatai拡張機能のCRXファイルをダウンロード

SIGAA-UFG-Jatai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SIGAA UFG Jataí
Deixa os horários de forma mais fácil de compreensão.                    

拡張機能の基本情報

名前 SIGAA-UFG-Jatai SIGAA-UFG-Jatai
ID ebbcibhecofoegjgnlenopbfnjnmdppg
公式URL https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg
説明 SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
ファイルサイズ 84.11 KB
インストール数 47
現在のバージョン 1.20
最終更新日 2015-02-25
公開日 2015-02-24
評価 5.00/5 合計 8 レビュー
開発者 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-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"
}