AI product readReal-time Chinese mutual fund watchlist and portfolio tracker as a Chrome extension with browser badge notifications
Chinese individual investors need a lightweight, always-visible way to monitor mutual fund real-time estimated valuations throughout the trading day without opening a separate financial app
User adds funds to watchlist via fuzzy search → extension periodically fetches real-time estimated valuations from public APIs (eastmoney.com, 1234567.com.cn) → browser action badge displays aggregate daily P&L → user clicks popup to see full fund list with real-time data → user can drill into individual fund details (charts, holdings, NAV history) → optional account login enables syncing watchlist to companion WeChat mini program across devices
Real-time browser badge showing overall fund gain/lossCustomizable fund watchlist with add/remove and fuzzy search by name/pinyin/codeIndividual fund detail views: valuation trend charts, net asset value history, stock holdings breakdown, fund manager infoPortfolio management: set share count or cost basis, track daily estimated P&L and holding gainsManual buy/sell (加仓/减仓) trackingMarket overview panel: sector capital flows, northbound/southbound capital, dual-exchange data
- Target users
- Chinese individual investors who actively track mutual funds (公募基金) / Users who want browser-integrated fund monitoring alongside their daily workflow
- Source files are heavily minified (bundled webpack), making it difficult to extract exact login flow or UI text from source code alone
- Store description is very detailed and serves as the primary evidence for feature understanding; source code is largely opaque
MonetizationNo paid features detected
No payment, premium, subscription, stripe, upgrade, or billing keywords found in source code. The extension self-describes as '一款开源的插件' (an open-source plugin). QR code images in icons/qrcode/ (alipay.png, wepay.png) are voluntary donation/tip QR codes, not feature-gating payment. All listed features appear freely available without any paywall.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- Login is optional, not required. The store description states '支持账号登录功能,方便跨平台同步' — login is only for syncing watchlist data across devices (extension ↔ WeChat mini program). Core workflow (viewing fund real-time valuations, adding/removing funds, viewing charts) works without any account. The extension calls fund-api-url.rabt.top/http/user-center for account sync, but this is not gated behind login for basic usage.