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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } |