AI 产品解读Browser extension that enriches Rightmove and Zoopla UK property listings with additional data including price history, floor area, EPC ratings, neighbourhood insights, transport links, and school ratings.
Property buyers and renters on Rightmove and Zoopla lack easy access to comprehensive property data (sales history, price per sqm, energy efficiency, deprivation levels, transport connectivity, school ratings) that would help them make informed decisions—this data is typically scattered across multiple sources.
User installs the extension and browses Rightmove or Zoopla property listings. When viewing a property detail page or search results, the extension injects a data overlay with enriched property information (price history, EPC, floor area, neighbourhood stats, transport links, schools). Data is fetched from api.area360.uk/api/public and displayed directly on the listing pages via content scripts injected into rightmove.co.uk and zoopla.co.uk domains.
Price per square metre/foot calculationSales history and price insightsListing price and status history trackingMarket insights (time on market)Property floor area estimationEnergy efficiency (EPC) ratings
- 目标用户
- UK property buyers researching Rightmove listings / UK property buyers researching Zoopla listings / UK property renters evaluating rental listings / Property investors analysing UK property market data
- Source files are heavily minified/bundled (Plasmo framework), making deep code analysis difficult. Most keyword matches are from library boilerplate rather than extension-specific logic.
- The popup.100f6462.js file is ~884KB of minified code — could not fully inspect its UI for hidden login or payment screens.
- The 'identity' and 'identity.email' permissions are unexplained by visible code — their actual usage could not be confirmed.
付费分析未识别到付费功能
No evidence of paid features, subscription gates, premium tiers, or payment integration within the extension. No stripe, billing, subscribe, premium, upgrade, or price keywords found in context of payments. All 'pro' hits are from library boilerplate (Object.create patterns), and all 'license' hits are from BSD-3-Clause/MIT library license headers. No feature-gating logic detected. The extension appears to provide all listed property data features for free. The destination service (area360.uk) may have its own business model, but the extension itself does not gate any features behind payment.
- 置信度
- 82
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The core product workflow—viewing enriched property data on Rightmove and Zoopla listing pages—works without any login. The manifest includes 'identity' and 'identity.email' permissions, but no getAuthToken, launchWebAuthFlow, signIn, or login UI code was found in any source file. The API calls go to api.area360.uk/api/public which suggests public endpoints. All 'login', 'account', and 'auth' keyword hits are from bundled library boilerplate (Feross Aboukhadijeh author comments, module system boilerplate), not authentication logic. The identity permission may be used for optional telemetry/analytics rather than gating the core workflow.