AI 产品解读Enhanced search and filtering for JSL (集思录) ETF and convertible bond data pages
JSL's native data tables lack powerful multi-dimensional search and filtering capabilities. Users struggle to quickly find specific funds/bonds among large datasets. This extension adds client-side search, range filters, issuer filters, quick tags, and CSV export to improve data exploration efficiency.
User navigates to a JSL data page (e.g., https://www.jisilu.cn/data/etf/#index). The content script automatically detects the data table, injects an enhanced search panel above the table, parses all table rows into a cache, and enables real-time filtering by keyword, range, issuer, and index tags. Users can also click fee verification icons to cross-check management/trust fees against East Money data, and export filtered results as CSV.
Multi-dimensional keyword search across table data (code, name, index)Range filters for price change percentage and fund scaleIssuer (fund company) dropdown filterQuick tag buttons for hot indices and dividend indicesAuto-refresh toggle (10-second interval)CSV data export
- 目标用户
- Chinese retail investors tracking ETFs and convertible bonds / JSL (集思录.cn) users who need faster data filtering / Investors comparing fund fees and performance metrics
- The extension is fully minified/bundled, making some logic harder to trace. However, the key behavioral patterns (no auth checks, no payment flows) are clear from the absence of relevant code.
- Could not verify whether jisilu.cn itself requires login for the data pages this extension targets - the extension works on whatever page the user has access to.
- The 'Pro' naming could theoretically indicate a paid tier that is not included in this source package, but no evidence supports this.
付费分析未识别到付费功能
The extension name contains 'Pro' but this appears to be a marketing name rather than indicating a paid tier. No payment integration, subscription gating, license checking, or upgrade prompts were found in the source code. All features (search, filter, CSV export, fee verification) are fully functional without any paywall. The 'pro' keyword matches in static analysis are from React's 'react.production.min.js' bundle name and the extension title itself, not actual paid feature indicators.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates purely as a client-side enhancement on jisilu.cn pages. No login UI, no authentication checks, no session management, and no calls to any login API were found in the source code. The content scripts run directly on jisilu.cn data pages without requiring user credentials. While jisilu.cn itself may require login for some features, the extension does not implement or gate any login flow.
很好用 感谢