AI 产品解读Automatic shopping savings assistant that finds and applies coupons, activates cashback, and offers gift card discounts on partner merchant websites
Eliminates the need for users to manually search for discount codes and miss cashback opportunities while shopping online
1. User installs extension and selects their country/locale. 2. User logs into their iGraal account (or creates one). 3. While browsing partner merchant websites, the extension detects the store and shows available coupons/cashback offers. 4. On checkout, the extension automatically tests available coupon codes and applies the best one. 5. Cashback is tracked in the user's iGraal account after purchase. 6. Users can withdraw accumulated cashback (min €20) via PayPal or bank transfer.
Automatic coupon testing on shopping cart pages to find and apply the best discountCashback activation reminders when visiting partner store websites (up to 30% cashback)Gift card purchases with instant cashbackDiscount notifications and alerts on partner merchant sitesUser profile with cashback balance tracking and withdrawal via PayPal/bank transferMerchant search and deal browsing within the extension popup
- 目标用户
- Online shoppers looking to save money / Users who frequently shop at European (French, German, Spanish, Polish) online stores / Deal-seekers who want automatic coupon testing without manual searching
- English locale file has most strings empty (filled in German), limiting English-language UI analysis
- Bundled/minified JS makes detailed feature flow analysis difficult
- Could not fully determine if basic coupon browsing works without any iGraal account login
付费分析未识别到付费功能
The extension is free to install and use. iGraal monetizes through affiliate commissions from partner merchants, not through user payments. The PayPal mention (de.json:460) refers to cashback withdrawal/payout TO users ('Auszahlung mit PayPal'), not payment FROM users. No subscription tiers, premium plans, or paid feature gates were found. No Stripe, billing, or payment processing code detected. Keywords 'subscribe' and 'upgrade' returned no results in English locale. The 'purchase' references in code relate to purchasing gift cards from merchants (a user benefit), not paying for the extension.
- 置信度
- 88
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension generates login URLs to igraal.com (getLoginUrl in background.bundle.js:273), fetches user profile via iGraal APIs with memberId (background.bundle.js:236), and the core cashback workflow (activate cashback, track balance, withdraw via PayPal/bank) requires an authenticated iGraal account. Locale strings show 'Anmelden und Sparen' (Login and Save) for cashback activation (de.json:17), and the profile section (de.json:444-479) shows pending/available rewards, withdrawals, and transaction history—all requiring login. Basic coupon display may work without login, but the primary value proposition (cashback) requires an iGraal account on the destination service.