UFABC Next

Adiciona funcionalidades novas ao sistema de matricula da UFABC

UFABC Next là gì?

UFABC Next là một tiện ích mở rộng Chrome được phát triển bởi ufabcnext, và tính năng chính của nó là "Adiciona funcionalidades novas ao sistema de matricula da UFABC".

Ả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 UFABC Next

Tải xuống các tệp mở rộng UFABC Next 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

                        Previamente conhecida como UFABC Matrícula

Adiciona funcionalidades novas ao sistema de matricula da UFABC.

# Change Log

##[1.0.1] 12/04/2019
- Add subject stats
- Start ufabcnext transition

##[1.0.1] 23/11/2018
- Table fixes

##[1.0.0] - 22/11/2018
- Major rewrite

## [0.0.11] - 23/07/2017
- Fix permissions

## [0.0.10] - 06/04/2017
- Fix erro de previsao

## [0.0.9] - 04/04/2017
- Fix ordenação de ik e turno
- Fix equivalências

## [0.0.8] - 16/11/2016
- Fix cálculo índice de afinidade

## [0.0.7] - 15/11/2016
- Número maior de professores aparecendo
- Pop-ups com informações do HELP!
- Lista de cortes ordenada por ranking
- Filtros padrões da matricula melhorados
- Filtro de corte CR professor

## [0.0.6] - 29/07/2016
- Conserta professores de São Bernardo

## [0.0.5] - 29/07/2016
- Adiciona sistema interno de chutes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UFABC Next UFABC Next
ID gphjopenfpnlnffmhhhhdiecgdcopmhk
URL Chính Thức https://chromewebstore.google.com/detail/ufabc-next/gphjopenfpnlnffmhhhhdiecgdcopmhk
Mô tả Adiciona funcionalidades novas ao sistema de matricula da UFABC
Kích Thước Tệp 2.35 MB
Số Lần Cài Đặt 10,183
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2022-07-05
Ngày Phát Hành 2020-02-20
Đánh Giá 4.97/5 Tổng số 92 Đánh Giá
Nhà Phát Triển ufabcnext
Loại Thanh Toán free
Trang Web Mở Rộng https://ufabcnext.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UFABC Next",
    "short_name": "UFABC Next",
    "description": "Adiciona funcionalidades novas ao sistema de matricula da UFABC",
    "version": "1.1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0.0",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/*.ufabc.edu.br\/*",
        "https:\/\/*.ufabc.edu.br\/*",
        "http:\/\/localhost:8000\/*",
        "http:\/\/*.felipecoder.com\/*",
        "https:\/\/*.felipecoder.com\/*",
        "http:\/\/*.naoseiprogramar.com.br\/*",
        "https:\/\/*.naoseiprogramar.com.br\/*",
        "http:\/\/*.ufabcnext.com\/*",
        "https:\/\/*.ufabcnext.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ufabc.edu.br\/*",
                "https:\/\/*.ufabc.edu.br\/*",
                "http:\/\/localhost:8000\/*",
                "http:\/\/*.felipecoder.com\/*",
                "https:\/\/*.felipecoder.com\/*",
                "http:\/\/*.naoseiprogramar.com.br\/*",
                "https:\/\/*.naoseiprogramar.com.br\/*",
                "http:\/\/*.ufabcnext.com\/*",
                "https:\/\/*.ufabcnext.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlg7ae7OuGQW9cQU3\/qbuewZ6DdTjc1yDXtiwdwoOwgF\/CByfjX+yf4addlXcxnLjXVBWwSvRj78mv03lLBjkeh63ia4t\/BIzzzvciZyZAKEasC5rt0M6+MKVbkKQS9JGGVFsBiBQcQ6kUP8R4cpWX1G9uEhnshdF+u4Nrs7gq9uXIPZ4pf9PhI\/IsPyAsv0m5uO4EHhIMtAp8pFyJfECWWSLchlBoGlaaCyf+fT6SYDsWaw53AcwT5jOJfxdQsoGRKGI5UW8V9+Mw+EDdpTpi7f8E5k604EMqZwmzhYLiXcuUqxeXbNZkyTsUNHXTQFcpNUdmisfjiT50kcxVZVc9wIDAQAB",
    "externally_connectable": {
        "matches": [
            "http:\/\/*.ufabc.edu.br\/*",
            "https:\/\/*.ufabc.edu.br\/*",
            "http:\/\/localhost:8000\/*",
            "http:\/\/*.felipecoder.com\/*",
            "https:\/\/*.felipecoder.com\/*",
            "http:\/\/*.naoseiprogramar.com.br\/*",
            "https:\/\/*.naoseiprogramar.com.br\/*",
            "http:\/\/*.ufabcnext.com\/*",
            "https:\/\/*.ufabcnext.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "UFABC Matricula",
        "default_popup": "pages\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "scripts\/*",
        "images\/*",
        "html\/*",
        "styles\/*",
        "pages\/*"
    ]
}