AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

Was ist AMISSU?

AMISSU ist eine Chrome-Erweiterung, die von garthendrich entwickelt wurde, und ihr Hauptmerkmal ist "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AMISSU-Erweiterungs-CRX-Datei herunterladen

Laden Sie AMISSU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
Offizielle URL https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Beschreibung AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Dateigröße 3.89 MB
Installationsanzahl 617
Aktuelle Version 0.5.1
Letztes Update 2024-02-05
Veröffentlichungsdatum 2024-01-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler garthendrich
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}