AI 产品解读Display local device information (CPU, RAM, OS, architecture, threads) and perform a basic network speed/ping test directly within the Chrome extension popup.
Helps users quickly check their device specifications and network performance for compliance verification purposes (e.g., verifying OS version meets minimum requirements like Windows 11, macOS 13+, Ubuntu 24.04).
User clicks extension icon → popup opens → device info (CPU, RAM, OS) is automatically detected and displayed with compliance status (OK/bad/unknown) → user can optionally click 'Run speed test' to measure download speed and ping via Cloudflare → user can click 'Ookla' to open speedtest.net for official results.
CPU model and thread count detection via chrome.system.cpuRAM capacity detection via chrome.system.memoryOS detection (macOS, Windows, Ubuntu, generic Linux) with compliance statusBrowser-based download speed test using Cloudflare endpointsPing latency measurementRedirect to Ookla Speedtest for official validation
- 目标用户
- Developers / IT administrators / Users needing to verify device compliance for software requirements
- The extension only runs in Chrome and uses Chrome-specific APIs (chrome.system.cpu, chrome.system.memory, navigator.userAgentData.getHighEntropyValues), so it cannot detect exact Linux distro/version. This is a known limitation documented in README.md.
付费分析未识别到付费功能
The extension is completely free with no paid features, no subscription, no premium tier, no payment integration, and no upgrade prompts. The word 'pro' found in static analysis was a false positive from 'Promise' (JavaScript keyword) and 'pro' in 'approved' in README.md. The extension provides all features (device info detection and speed test) without any gating.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension runs entirely locally in the browser popup. It uses chrome.system.cpu and chrome.system.memory APIs and navigator.userAgentData to detect device info. There is no login UI, no account creation, no session management, and no redirect to a web app requiring authentication.