AI 产品解读AI usage policy governance tool that embeds a customizable color-coded scale (like a traffic light) directly into Google Classroom assignment creation/editing flows
Helps schools and districts implement consistent, clear AI-usage policies by giving teachers an easy way to communicate expectations about how students should or should not use AI on each assignment, and giving administrators oversight and consistency across classrooms
Teacher installs extension → authenticates via Google → opens Google Classroom → creates/edits an assignment → Traffic Lite widget appears in the assignment editor → teacher clicks a color (e.g., green/red/orange/yellow) to set AI usage policy for that assignment → policy language is automatically inserted into the assignment instructions → selection is saved to backend for admin analytics
Color-coded AI usage scale widget embedded in Google Classroom assignment/question creation UICustomizable 3-, 4-, or 5-color policy scales with editable language per color levelOne-click insertion of AI policy text into assignment instructionsAdmin dashboard for domain-wide policy management and analyticsDomain-level policy locking and group-based customizationPolicy caching and backend persistence of teacher selections
- 目标用户
- K-12 teachers using Google Classroom / School administrators and district leaders / Students (for visibility into AI usage expectations)
- Email/password authentication flow appears incomplete (source comment says 'not implemented') but UI presents it as an option
- Cannot verify if the web dashboard (traffic-lite-production.netlify.app) has its own paid tiers without inspecting the web app source
- Large file sizes (aiScale.classroom.js at 311KB) meant selective reading was required; some sections were not inspected
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, or payment gating within the extension source code. Searches for premium, subscription, payment, upgrade, billing, license, and stripe returned zero relevant matches. The 'pro' keyword matches are all false positives (process, prompt, problem, etc.). The store listing indicates isPaid=0. The extension does not appear to gate any functionality behind payment. The broader Traffic Lite service may have paid plans for schools/districts, but the extension itself contains no payment integration or feature gating code.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires authentication before any core workflow is accessible. The popup presents an authentication screen as the first step, offering Google OAuth and email/password login. The content script explicitly checks for userRole and userToken from chrome.storage.local and only initializes for authenticated teachers. The background script validates tokens via the backend /auth/me endpoint and manages token refresh. Without authentication, the AI scale widget will not appear in Google Classroom and the extension cannot function.