AI 产品解读Grade checking and GPA calculation for Seoul National University of Science and Technology (SeoulTech) students
Students need to easily view their cumulative GPA, total credits, and course list from the university's WISE portal without manually navigating complex menus or calculating averages themselves.
1. User installs extension. 2. User navigates to wise.uos.ac.kr and logs in. 3. User clicks the extension icon. 4. Extension verifies the user is on the WISE domain. 5. User clicks 'Grade Inquiry' button. 6. Extension fetches user data and grades via WISE APIs. 7. Extension displays GPA, credits, and course list in the popup.
Displays cumulative GPA (average marks)Shows total credits earnedLists enrolled/open courses with individual GPAsToggle to show/hide real course names (privacy feature)Redirects to WISE portal if not already logged in
- 目标用户
- SeoulTech (서울시립대학교) students
- The extension relies on the WISE portal's internal API structure, which may change without notice, potentially breaking the extension. No login UI is present in the extension itself; it depends entirely on the destination service's authentication.
付费分析未识别到付费功能
The extension is completely free. There are no payment gateways, subscription management, or paid feature gates in the code. The 'createPromotionSection' function found in the static analysis is for promoting a different extension ('시대링크' / Sidae Link), not for selling premium features of this extension itself.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the user to be logged into the WISE portal (wise.uos.ac.kr) to function. It checks if the current tab URL starts with 'https://wise.uos.ac.kr/' and if not, shows a warning and redirects. The API calls extract user-specific data (USER_ID, USER_NM) from the portal's session, meaning the user must have an active authenticated session on the destination service.