AMISSU
AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Qu'est-ce que AMISSU ?
AMISSU est une extension Chrome développée par garthendrich, et sa fonction principale est "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMISSU
Téléchargez les fichiers d'extension AMISSU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AMISSU |
ID | mkdgckblaojfigmbnknehcmnjpkcehcj |
URL Officiel | https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj |
Description | AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment |
Taille du Fichier | 3.89 MB |
Nombre d'Installations | 617 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2024-01-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | garthendrich |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |