SIGAA-UFG-Jatai
SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
SIGAA-UFG-Jatai là gì?
SIGAA-UFG-Jatai là một tiện ích mở rộng Chrome được phát triển bởi Rafael Grisotto, và tính năng chính của nó là "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SIGAA-UFG-Jatai
Tải xuống các tệp mở rộng SIGAA-UFG-Jatai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
SIGAA UFG Jataí Deixa os horários de forma mais fácil de compreensão.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ebbcibhecofoegjgnlenopbfnjnmdppg |
URL Chính Thức | https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg |
Mô tả | SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Kích Thước Tệp | 84.11 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.20 |
Cập Nhật Lần Cuối | 2015-02-25 |
Ngày Phát Hành | 2015-02-24 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Rafael Grisotto |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/grisotto/SIGAA-UFG |
Ngôn Ngữ Được Hỗ Trợ | 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" } |