AI 产品解读Data monetization earning portal — rewards users with SWASH tokens for online activity and anonymized data sharing
Users generate valuable data through everyday browsing but receive no compensation. Swash redistributes data profits back to people by collecting non-sensitive browsing data and paying users for their participation.
Install extension → Complete onboarding/account setup via Swash service → Browse web normally (extension collects anonymized browsing data in background) → Optionally view SwashAds and complete tasks → Earn SWASH tokens → Redeem points for cash, gift cards, crypto, or donate to charity
Earn SWASH tokens for browsing activity and completing online tasksView and interact with SwashAds for additional earningsMultiple withdrawal options: cash, gift cards, cryptocurrencyReferral rewards when inviting friendsData for Good: donate data value to charityNew tab page with search engine choice, background customization, and favorites
- 目标用户
- Privacy-conscious web users who want to monetize their browsing data / Casual internet users looking for passive income opportunities / Users comfortable sharing anonymized data in exchange for rewards
- Core logic is heavily minified in core/main.js (1.3MB), making detailed auth flow analysis difficult
- Cannot confirm exact onboarding steps (email registration vs. device-bound token) from minified code alone
- Paid feature keyword matches were all false positives from bundled React library license comments — no actual payment/subscription code was found
付费分析未识别到付费功能
The store description explicitly states 'No cost to use and start earning'. All keyword matches for 'pro', 'license', 'paid' are false positives from React library license headers (@license React, react.production.min.js). No evidence of payment processing, subscription tiers, upgrade UI, billing APIs, or feature gating in the source code. The extension's model is the reverse: users EARN tokens (SWASH) rather than pay for features.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The popup UI checks coordinator.isReady() and if false, calls openPendingFlow() showing 'Please complete your pending flow', blocking all core functionality (balance display, earnings, settings). The extension communicates with Swash's backend APIs (api.swashapp.io, callbacks.swashapp.io, app.swashapp.io) and the onboarding flow likely requires account creation with Swash's service to generate a wallet and user identity. OAuth endpoints for Google, Facebook, Dropbox are present for sign-in/backup, but the primary account is with Swash.