AI 产品解读Customize the visual appearance of the EcoleDirecte school platform and recalculate student grades.
Students find the default EcoleDirecte interface boring or hard to read. They want to personalize the colors and profile pictures to match their preferences (e.g., NASA, Minions, Shrek themes) and want a more accurate or simplified calculation of their overall grade average by excluding specific subjects.
1. User installs the extension. 2. User logs into EcoleDirecte in their browser. 3. The extension automatically detects EcoleDirecte pages and applies the selected theme colors and images. 4. On grade pages, a 'Recalculer ma moyenne' button appears, allowing the user to select subjects and recalculate their average. 5. Users can open the popup or options page to change themes, upload new image URLs, or save new visual profiles.
Apply customizable color themes (primary, secondary, footer, placeholder colors) to the EcoleDirecte UIChange the school logo and user profile pictureSave and switch between multiple visual profiles (e.g., 'Cars', 'Licorne', 'MandMs')Recalculate the overall grade average ('moyenne générale') by selecting which subjects to include in the calculation
- 目标用户
- French middle and high school students using EcoleDirecte
- The extension is very small and simple, with no complex logic or external API calls for billing. The analysis is based on static code review and deterministic signals. No dynamic testing was performed, but the code clearly shows local storage usage and DOM manipulation only.
付费分析未识别到付费功能
The extension is entirely free. It uses chrome.storage.sync to save user preferences locally. There are no references to Stripe, PayPal, subscription management, license keys, upgrade prompts, or paywalls. The 'pro' keyword matches in the static analysis are false positives related to the French word 'profil' (profile) and CSS class names like '.profil' or '.profils', not 'pro' as in premium.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a theming and utility overlay for EcoleDirecte (a French school platform). The core workflow requires the user to be logged into EcoleDirecte to see grades, classes, and profile photos. The extension's content script explicitly targets 'ecoledirecte' URLs (scripts/content.js:135) and manipulates DOM elements specific to the EcoleDirecte UI (e.g., '.notes', '.discipline'). Without an EcoleDirecte account and login, the extension has no target page to operate on.
zob