AI 产品解读Calculates and displays percentage grades for each course on Schoology's grade report page, plus provides a Finals Grade Calculator tool
Schoology's gradebook shows individual assignment scores but doesn't easily show the calculated overall percentage grade per course. This extension solves that by computing weighted averages from the displayed data and showing them alongside course names.
User logs into Schoology and navigates to the grades page. The content script activates, reads grade data from the DOM, calculates weighted averages per course, injects percentage displays next to course names, highlights the most harmful grade in red, and adds a 'Finals Grade Calculator' button that opens a popup for computing needed final exam scores.
Calculates weighted percentage grade for each course based on assignment scores and category weightsDisplays calculated grade next to each course name on the Schoology grade pageFinals Grade Calculator: calculates what score is needed on a final exam to achieve a desired overall gradeHighlights the single most harmful grade (the one that most negatively impacts overall course grade) in red
- 目标用户
- Students using Schoology LMS (particularly Harker School students based on URL patterns)
- The 'account' keyword match at content.js:558 is in a commented-out developer debug section, not active code
- Extension appears tailored to Harker School's Schoology instance (schoology.harker.org, athena.harker.org) though it also supports app.schoology.com
付费分析未识别到付费功能
No evidence of paid features, subscriptions, premium tiers, or payment mechanisms. The extension has no permissions, no billing/UI for upgrades, and all features (grade calculation, finals calculator, most-harmful-grade highlighter) are freely available. The 'pro' keyword matches are false positives from event.stopPropagation() and 'Programming' string.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension only activates on Schoology grade pages (app.schoology.com/grades/grades, schoology.harker.org/grades/grades, etc.). Schoology is a learning management system that requires user authentication to access grade data. The extension reads already-displayed grade data from the DOM - users must be logged into Schoology to reach these pages.