AI 产品解读Calculate and display GPA per semester and cumulative CGPA on the UET LMS grade book page, with export to PDF/PNG.
The UET LMS (OpenERP-based) does not natively calculate or display GPA/CGPA on the student grade book page. This extension automates the calculation and provides a printable/exportable DMC (Degree Mark Sheet) for students.
User logs into lms.uet.edu.pk → navigates to the Grade Book/DMC page → extension content script detects the page, parses the course table, calculates GPA/CGPA, inserts summary rows into the table, and adds 'Print DMC to PDF' and 'Print DMC to PNG' buttons for export.
Automatic GPA calculation per semester from the LMS grade tableCumulative CGPA calculation across all semestersHandling of repeated courses (ignores earlier attempts)Export DMC to PDF (via browser print dialog)Export DMC to PNG image (via html2canvas)In-place display of GPA/CGPA rows in the existing LMS table
- 目标用户
- UET (University of Engineering and Technology, Pakistan) students
- The extension only works on the specific UET LMS page URL pattern; if the LMS UI changes (CSS selectors, table structure), the extension may break.
- The static analysis heuristic produced false-positive keyword matches for 'pro' (from 'Promise', 'profits', 'provided') and 'auth' (from license text in html2canvas vendor file), but manual review confirmed these are not related to paid features or authentication.
付费分析未识别到付费功能
The extension is entirely free with no paid features, subscription gates, or billing logic. It is a local DOM-parsing content script that calculates GPA/CGPA from the LMS page and provides print-to-PDF/PNG export. No payment platforms, license checks, or upgrade prompts are present.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a content script that runs exclusively on https://lms.uet.edu.pk/*. It parses the DOM of the LMS grade book page to calculate GPA/CGPA. The LMS (an OpenERP/Odoo-based system) requires a student account to log in and view grades. The extension itself has no login UI or auth logic; it relies entirely on the user being authenticated in the destination service.