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."입니다.
확장 프로그램 스크린샷
SIGAA-UFG-Goiania 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SIGAA UFG Regional Goiânia Deixa os horários de forma mais fácil de compreensão.
확장 프로그램 기본 정보
이름 | |
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" } |