AI 产品解读Browser extension that shows Viking Deals (cashback/rewards) notifications on Google search results and partner webshops, allowing Mobile Vikings telecom customers to activate deals and earn Viking Points for discounts on their telecom bill.
Helps Mobile Vikings customers never forget to activate Viking Deals when shopping online at partner stores, surfacing deal notifications directly in the browser rather than requiring users to manually visit the Viking Deals website.
1. User installs extension and logs in with Mobile Vikings credentials. 2. When searching on Google or visiting partner webshops, the extension injects content scripts to detect partner sites. 3. A notification/sidebar appears showing available Viking Deals and the percentage/Viking Points available. 4. User clicks 'Activate Viking Deal' to activate the cashback. 5. After purchasing at the partner store, Viking Points are credited to user's Mobile Vikings account as a discount on their telecom bill.
Shows Viking Deals notifications on Google search results for partner storesDisplays deal overlays on partner webshop pagesOne-click deal activation directly on partner websitesAccount linking with Mobile Vikings profileGift card browsing and purchasing through partnersSettings to toggle Google integration
- 目标用户
- Mobile Vikings telecom customers (Belgian MVNO) / Active Mobile Vikings subscribers with a SIM card who shop online at partner stores
- Source code is heavily minified/bundled (Plasmo framework), making deep inspection of business logic difficult
- The deterministic paid keyword hits ('pro', 'purchase') are false positives - 'pro' appears in words like 'process', 'profile', 'products' and 'purchase' refers to partner store shopping, not extension purchases
- Cannot fully verify the exact API authentication flow without readable source
付费分析未识别到付费功能
The extension itself does not gate any features behind payment. It is a free loyalty/rewards companion for Mobile Vikings telecom customers. The 'purchase' keyword refers to shopping at partner stores to earn Viking Points (discount on Mobile Vikings bill), not purchasing the extension. No payment platform integration (stripe, subscription, premium, upgrade) was found in the source. The extension earns revenue through affiliate partnerships, not user payments.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension contains a built-in authentication form (email + password) within the popup UI. Localization strings explicitly state 'Log in to activate the Viking Deal' and include authentication labels, submit button, success/failure messages, and logout. The core workflow of activating deals requires the user to be logged in to their Mobile Vikings account.