AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

Cos'è AMISSU?

AMISSU è un'estensione di Chrome sviluppata da garthendrich, e la sua funzione principale è "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AMISSU

Scarica i file di estensione AMISSU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
URL Ufficiale https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Descrizione AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Dimensione del File 3.89 MB
Conteggio Installazioni 617
Versione Corrente 0.5.1
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2024-01-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore garthendrich
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}