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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |