AI 产品解读Browser extension that helps users earn AIR MILES reward miles when shopping online at participating stores
Users miss earning AIR MILES reward miles when shopping online because they don't know which stores participate or forget to activate offers. The extension automatically detects participating stores and notifies users, making it easy to earn miles.
1) User installs extension and signs in with AIR MILES collector account. 2) Extension runs in background reading auth cookies from airmilesshops.ca. 3) When user visits a participating store, extension shows a floating notification with available offers. 4) User clicks 'Activate Now' to activate the offer. 5) Extension tracks the affiliate redirect through airmilesshops.ca/redirect to credit miles. 6) Offers also appear in Google search results for participating stores. 7) User can manage favorites, view balance, and search stores from the popup interface.
Detects when user visits a participating AIR MILES partner store and shows a notification popupDisplays available offers at participating stores and allows one-click activationShows AIR MILES offers directly in Google search results for relevant storesDisplays user's AIR MILES balance (cash miles, dream miles) and tier statusProvides favorite stores and saved offers managementSearch functionality for finding participating stores and categories
- 目标用户
- Canadian online shoppers who are AIR MILES collectors / Users of airmilesshops.ca loyalty program
- Extension source is minified/bundled making exact flow tracing difficult
- Some authentication details (exact sign-in form fields, OAuth providers if any) are on the airmilesshops.ca website not in the extension code
- Cannot verify if the extension works without login for basic browsing/store detection vs requiring login for all features
付费分析未识别到付费功能
The extension itself has no paid features, subscriptions, or billing mechanisms. AIR MILES is a free loyalty rewards program - users earn miles by shopping at partner stores. No evidence of premium tiers, payment gates, upgrade prompts, subscription APIs, or Stripe/billing integrations in the source code. The 'pro' keyword hits are from React production build comments and 'appName_prod' locale key (just environment naming), not paid feature references. The 'license' hits are MIT license headers in bundled libraries (React, Moment.js).
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension requires users to sign in with their AIR MILES collector account on airmilesshops.ca. The code shows signIn redirects to 'https://www.airmilesshops.ca/${locale}?showSignIn=true' and the background script reads authentication cookies (collectorNumber, sessionId, visitInfo) from the www.airmilesshops.ca domain. API calls use X-API-Key headers with the collector number. The store description explicitly states 'To get started, simply sign in with your AIR MILES collector details'. Without signing in, users cannot activate offers or earn miles.
存在冲突