AMISSU

AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment

Что такое AMISSU?

AMISSU - это расширение Chrome, разработанное garthendrich, и его основная функция - "AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения AMISSU

Скачайте файлы расширений AMISSU в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AMISSU AMISSU
ID mkdgckblaojfigmbnknehcmnjpkcehcj
Официальный URL https://chromewebstore.google.com/detail/amissu/mkdgckblaojfigmbnknehcmnjpkcehcj
Описание AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
Размер файла 3.89 MB
Количество установок 617
Текущая Версия 0.5.1
Последнее Обновление 2024-02-05
Дата публикации 2024-01-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик garthendrich
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}