AMISSU
AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment
什么是AMISSU?
AMISSU是由garthendrich开发的Chrome扩展程序,该扩展的主要功能是“AMIS Schedule Unitizer: Automatic schedule planner for university class enlistment”。
扩展截图
下载AMISSU扩展crx文件
下载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 |
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" } } |