AI 产品解读Enhanced browser extension for Croatia's official school gradebook system (e-Dnevnik/ocjene.skole.hr) with grade planning tools and auto-login
The standard e-Dnevnik interface lacks grade simulation/what-if planning and requires manual login each time. This extension adds auto-login, editable grades for average planning, and an enhanced UI.
User installs extension and opens popup to choose between 'Plus App' (enhanced Vue.js SPA) or 'Plus Classic' (modified original UI) mode. When navigating to ocjene.skole.hr, the extension either redirects to the enhanced app or injects content scripts. If credentials are stored, auto-login fills and submits the login form. Once logged in, users can view grades with enhanced UI, edit grades to simulate scenarios, and see calculated averages. The extension also displays contextual ads from Firebase.
Auto-login with stored credentials for ocjene.skole.hrWhat-if grade planner: edit grades and see updated averages in real-timeFinal average calculator showing rounded subject averagesTwo modes: 'Plus App' (full Vue.js SPA redirecting ocjene.skole.hr) and 'Plus Classic' (content script enhancements on original site)Custom CSS styling and UI improvements for the gradebookContextual education-related ads in sidebar
- 目标用户
- Croatian primary and secondary school students / Croatian parents of school students
- The main Vue.js app bundle (app/js/app.74842662.js, 282KB) is heavily minified and could not be fully decoded; potential features in the Plus App mode may not be fully visible
- The extension has 'Plus App' and 'Plus Classic' modes; the Plus App mode redirects to an internal Vue.js SPA whose full functionality is harder to analyze from minified code
付费分析未识别到付费功能
No evidence of paid features, subscriptions, payments, or gating in the extension source code. Searches for premium, subscription, payment, stripe, donate, upgrade, in-app returned zero results. All 'pro' keyword hits were false positives (Croatian words 'prosjek'=average, 'proširenje'=extension, 'stopPropagation()'). The extension shows third-party contextual ads via Firebase but does not monetize through paid features. No billing APIs or payment processing code found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension enhances Croatia's official school gradebook (e-Dnevnik) at ocjene.skole.hr. The content script explicitly targets the /login page, implements autoLogin() that stores and auto-fills username/password into the destination service's login form, and core features (viewing grades, grade planning) require being logged into ocjene.skole.hr. The extension itself has no login UI; it wraps the destination service's authentication.