AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

Vad är AMISSU?

AMISSU är en Chrome-tillägg utvecklad av garthendrich, och dess huvudfunktion är "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner AMISSU-förlängningens CRX-fil

Ladda ner AMISSU-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
Officiell webbadress https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Beskrivning AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Filstorlek 3.89 MB
Antal Installationer 617
Aktuell Version 0.5.1
Senast Uppdaterad 2024-02-05
Publiceringsdatum 2024-01-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare garthendrich
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}