AI 产品解读Provide system-wide keyboard shortcuts for navigating and interacting with the ScreenHelp AI web application
Users can access AI-powered help from the ScreenHelp web app using global keyboard shortcuts without needing to switch focus to the browser or use a mouse
1. User installs extension and configures keyboard shortcuts in Chrome extension settings. 2. When user presses a configured shortcut (e.g., Ctrl+Shift+Left), the background script detects the command. 3. The background script finds any open tab on screenhelp.ai and sends a message to the content script. 4. The content script posts a message to the ScreenHelp web page, which handles the action (navigation, scrolling, or running a prompt).
Global keyboard shortcuts for navigation (Previous/Next Answer, Scroll Up/Down)Customizable prompt shortcuts (9 configurable prompt shortcuts)Shortcut configuration status checker in popupIntegration with ScreenHelp web app via content scriptVisual status indicators for shortcut configuration
- 目标用户
- Users of the ScreenHelp AI assistant who want quick keyboard-based access / Productivity-focused users who prefer keyboard shortcuts over mouse interactions
- The extension is a thin wrapper around the ScreenHelp web app; the actual AI functionality and any potential paid tiers are implemented server-side on screenhelp.ai, which was not analyzed. The extension itself is purely a shortcut utility.
付费分析未识别到付费功能
No evidence of paid features in the extension code. No payment platforms, billing APIs, subscription gating, or upgrade prompts found. The extension is a free keyboard shortcut utility for the ScreenHelp web app. While the destination service (screenhelp.ai) may have its own paid plans, the extension itself does not implement or gate any paid functionality.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a keyboard shortcut wrapper that connects to the ScreenHelp web application at screenhelp.ai. The popup explicitly links to https://screenhelp.ai/sign-in, and the content script only activates on screenhelp.ai pages. The core AI assistance functionality requires an account on the destination service to use the AI features.