AI 产品解读Institutional web content filtering and safe browsing enforcement for Chrome/Edge browsers
Enforces school/institutional web filtering policies to create a safe and productive online learning environment by blocking inappropriate content, enforcing safe search, and logging access
Extension installed on managed devices → retrieves Chrome profile email → authenticates with SafetyNet GO backend to obtain device token → intercepts web requests via webRequest API → checks URLs against local cache, whitelist, and backend policy API → blocks allowed/blocked status enforced → page content scanned for banned words → access events logged to backend → safe search forced on search engines
URL filtering against SafetyNet GO backend policies (allow/block)Content-based filtering using hashed banned word lists with scoring thresholdForced safe search on Google, Bing, and YahooWhitelist management with periodic updatesAccess logging to SafetyNet GO backendCaptive portal detection for WiFi login pages
- 目标用户
- School administrators deploying managed Chrome/Edge browsers / Students and staff in educational institutions using managed devices
- No store review/user data available to cross-reference user experience
- Cannot determine exact pricing model of the SafetyNet GO institutional service from extension code alone
付费分析未识别到付费功能
The extension itself contains no billing, subscription, payment, or upgrade logic. There are no references to Stripe, PayPal, in-app purchases, license keys, feature gating, or premium tiers within the source code. The 'pro' keyword matches in the static scan are false positives from words like 'process', 'protocol', 'prototype', and 'property'. The extension is a client-side web filtering tool that works as part of the RM SafetyNet GO institutional service, which is a paid product for schools (sold separately as a subscription service), but the extension does not implement any payment or feature-gating logic itself.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension retrieves the Chrome profile user email via chrome.identity.getProfileUserInfo() (service-worker.js:23-24) and sends it to the SafetyNet GO backend API (/api/policy/azure or /api/policy/gafe) to obtain a JWT device token (service-worker.js:313-346). All subsequent API calls use this token as a Bearer Authorization header (apiHelper.js:31). If authentication fails (401), the user is redirected to a login URL provided by the server (urlFilter.js:236-241). The extension cannot function without successful authentication with the SafetyNet GO service. This is a managed/institutional authentication — users must be registered in the SafetyNet GO system.
存在冲突