AI 产品解读Save and organize web resources (pages, links, images) from the browser to Shelfy.so
Helps users collect, categorize, and manage web resources they encounter while browsing, preventing loss of useful content
User clicks extension icon on a webpage -> Extension captures page metadata via content script -> User selects a collection in the popup -> Resource is saved to Shelfy.so via API -> User can view and manage saved resources in the Shelfy.so web app
Save current page metadata (title, URL, description, keywords, author, thumbnail, HTML content)Organize saved resources into collections/foldersMulti-tab saving interfaceAccount switching for multi-team/workspace supportContext menu integration for saving pagesFavicon display for saved resources
- 目标用户
- Web users who want to bookmark and organize resources / Teams needing shared resource collection
- The popup.js is heavily minified and bundled with React, making some UI logic harder to trace. However, the authentication and API structure is clear from the background.js and the React component names in popup.js. No paid feature indicators were found, but the Shelfy.so web service itself may have paid tiers not exposed in the extension.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, payment platforms, or upgrade prompts in the extension code. The extension appears to be a free companion for the Shelfy.so service. While the destination service may have its own business model, the extension itself does not implement any paid feature logic, billing APIs, or premium UI.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The Web Store description explicitly states '*Requires a Shelfy.so account'. The extension code implements a full authentication flow with `Ie.checkExtensionAuth()` calling `/api/extension/auth`, storing auth status in `chrome.storage.local`, and using Bearer tokens for API requests to `https://shelfy.so`. The popup UI shows account switching and collection management which requires an authenticated session on the Shelfy.so platform.
Finally found an organizer for my reading list. Thanks, guys!