AI 产品解读Automatic discount code finder and applier for online shopping
Helps users save money by automatically finding and applying the best working discount codes at checkout on webshops, eliminating the need to manually search for promo codes
User installs the extension and browses normally. When visiting a webshop, the content script (content-scripts/main/content-script.js) detects the site, the background service worker (background/background.js) communicates with api.rabatta.app to fetch available discount codes, and the extension automatically applies the best one at checkout. A second content script (content-scripts/serp/serp.js) also enhances Google search results with discount information. The extension uses PostHog for analytics and Sentry for error tracking.
Automatically detects when user visits a webshop and searches for active discount codesApplies the discount code that provides the biggest saving automaticallyMaintains a database of 10,000+ discount codes updated dailyIntegrates with Google search results (SERP) to show discount informationCommunity feature for exploring and sharing discount codes with other users
- 目标用户
- Online shoppers looking to save money / Users who shop frequently across multiple webshops / General consumers (2M+ installed user base)
- Source code is heavily minified (content-script.js is 2MB, background.js is 800KB), making it difficult to trace specific business logic flows
- Cannot verify whether api.rabatta.app requires any form of device identification or silent authentication
- Cannot confirm if the rabatta.app website has premium tiers that could affect extension behavior
付费分析未识别到付费功能
No paid features detected. The extension is explicitly free with monetization via affiliate links (stated in store disclaimer). No payment platforms (Stripe, etc.), no premium/subscription/pro tiers, no billing API calls, and no upgrade UI found in source code. All 'pro', 'purchase', 'license', and 'upgrade' keyword matches are false positives in minified React/Zod library code or license files.
- 置信度
- 92
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates automatically without requiring user login. No login UI, account creation flow, or authentication provider integration was found in the source code. All 'login', 'jwt', and 'auth' keyword matches are false positives within minified Zod validation library code (e.g., schema cycle resolution strings). The store description states 'It's 100% free to install and use Rabatta' with no mention of account creation. The extension communicates with api.rabatta.app but there is no evidence this requires user authentication for core discount-code functionality.