AI 产品解读Automatic cashback/point notification and activation for Hapitas-participating shopping sites
Users miss cashback opportunities because they forget to visit Hapitas portal before shopping. The extension automatically detects eligible merchant sites and prompts users to activate cashback tracking, preventing lost points (claimed ~12,000 yen/year average).
1. User installs extension and logs in with Hapitas account on welcome page. 2. Extension monitors visited URLs via content scripts on all sites. 3. When user visits a Hapitas-participating merchant, the extension queries the API with the hostname. 4. If eligible, an on-page modal appears showing available points and a 'Earn Points' button. 5. User clicks the button, extension fetches a tracking URL from Hapitas API, opens a tracking tab, and redirects through it. 6. Tracking completion is detected and a success view is shown. 7. Popup shows cumulative available points and links to Hapitas my page/bankbook.
Auto-detect Hapitas-participating merchant sites and display available cashback via on-page modalOne-click cashback activation that redirects through Hapitas tracking URLsGoogle search result integration highlighting Hapitas-eligible sitesPopup dashboard showing available points balance, my page, and transaction historyPost-install welcome page with login and setup instructions
- 目标用户
- Japanese online shoppers who use the Hapitas cashback/points platform / Point-earning (ポイ活) enthusiasts in Japan
- Source code is minified/bundled but key functionality is clearly traceable through readable source files and chunk imports
- Cannot verify exact login flow beyond email/password (e.g., whether social login is also offered in the LoginModal UI)
付费分析未识别到付费功能
No evidence of paid features within the extension itself. The 'paid' keyword matches are all false positives: 'pro' appears only in production URLs (e.g., /prod/hapitas-smart-extension-api, react.production.js), 'license' in React library comments, and 'upgrade' in a minified React error URL. No billing/subscription APIs, no Stripe/payment platforms, no premium feature gating, no upgrade prompts found in source code. Hapitas is a free cashback platform - the extension itself has no paid tier.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires users to log in to their Hapitas (hapitas.jp) account via email/password. The welcome page explicitly states 'ポイントを貯めるには、ハピタスへのログインが必要です' (To earn points, login to Hapitas is required). The popup shows LoginModal when no tokens are found. All API endpoints are marked isAuthRequired=true. Token management stores access/refresh tokens in chrome.storage.local.