AMISSU
AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Apa itu AMISSU?
AMISSU adalah ekstensi Chrome yang dikembangkan oleh garthendrich, dan fitur utamanya adalah "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AMISSU
Unduh file ekstensi AMISSU dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AMISSU |
ID | mkdgckblaojfigmbnknehcmnjpkcehcj |
URL Resmi | https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj |
Deskripsi | AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment |
Ukuran File | 3.89 MB |
Jumlah Instalasi | 617 |
Versi Saat Ini | 0.5.1 |
Terakhir Diperbarui | 2024-02-05 |
Tanggal Publikasi | 2024-01-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | garthendrich |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |