AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

Co to jest AMISSU?

AMISSU to rozszerzenie Chrome opracowane przez garthendrich, a jego główną funkcją jest „AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AMISSU

Pobierz pliki rozszerzeń AMISSU w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Struggling to navigate through the complexities of manually coordinating your chosen classes? AMIS Schedule Unitizer removes all the guesswork for you!

Just by specifying the courses you're eyeing for the semester, AMISSU will craft a schedule of classes that you can take altogether.

—

Tailored exclusively for users of the UPLB Academic Management Information System, currently the students of the University of the Philippines Los Baños.                    

Podstawowe informacje o rozszerzeniu

Nazwa AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
Oficjalny URL https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Opis AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Rozmiar pliku 3.89 MB
Liczba instalacji 617
Aktualna Wersja 0.5.1
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2024-01-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper garthendrich
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AMISSU",
    "version": "0.5.1",
    "description": "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    }
}