Planner Lens 版本历史 - 2 个版本
Planner Lens 作者: Doni S.
Planner Lens 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.3.0
发布于 2026年8月19日 - 27.29 KB适用于 firefox 140.0 及更高版本Changes since initial submission (v1.0.0):Fixed broken report links for Investment Adviser-only registrants. Some CFP professionals are registered with the SEC but not FINRA as broker-dealers. The extension now detects this (via the bcScope field in the API response) and routes the "View full report" link to SEC's IAPD (adviserinfo.sec.gov) instead of BrokerCheck when appropriate.
Replaced all innerHTML assignments with safe DOM construction using createElement/appendChild. No dynamic HTML strings are built or injected.
Added data_collection_permissions to manifest per Mozilla requirements. Value is {"required": ["none"]} since the extension collects no data.
Bumped strict_min_version to 140.0 (required for data_collection_permissions support).
Added userscript alternative in /userscript directory (not part of the extension, included in the repo for users who prefer Greasemonkey/Tampermonkey).
What the extension does (unchanged):Runs only on letsmakeaplan.org profile pages
Extracts the CRD number from an existing BrokerCheck link already on the page
Makes one GET request to FINRA's public BrokerCheck API
Displays disclosure information in a badge below the planner's name
No data is collected, stored, or transmitted anywhere other than the single FINRA API call
Permissions justification (unchanged):Host permission for api.brokercheck.finra.org: required to query FINRA's public API
Content script on letsmakeaplan.org: required to read CRD number and inject the badge
No remote code is loaded or executed.源代码遵循 MIT 许可证 发布