AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

¿Qué es AMISSU?

AMISSU es una extensión de Chrome desarrollada por garthendrich, y su función principal es "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AMISSU

Descarga archivos de extensión AMISSU en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
URL Oficial https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Descripción AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Tamaño del Archivo 3.89 MB
Cantidad de Instalaciones 617
Versión Actual 0.5.1
Última Actualización 2024-02-05
Fecha de Publicación 2024-01-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador garthendrich
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}