Release History
Changelog
Version history and release notes for ComparEdge Advisor Chrome extension.
v1.0.0LATEST
First public release of ComparEdge Advisor.
New
- 508 SaaS and AI products indexed across 45 categories
- 508+ domain mappings with eTLD+1 subdomain walk-up
- 533 bundled product logos (32x32 WebP)
- Floating card with rating, pricing, pros/cons, and alternatives
- Shadow DOM isolation (closed mode) - page JS cannot access the card
- Dark / Light / Auto theme with real-time propagation to content card
- Freely draggable card with position persistence across page loads
- 30-day smart dismiss per product
- Popup with 4 tabs: This Page, Search, Dismissed, Settings
- Real-time fuzzy search across all 508 products (no API call)
- 48-hour automatic data sync from comparedge.com
- Manifest V3 compliance - no eval(), no remote code execution
- Zero telemetry - no analytics, no tracking, no user data collected
Architecture
- Static content script injection model (declared in manifest)
- Pull model: content script requests data on load via CE_READY message
- Background service worker with chrome.alarms for 48h sync cycle
- XSS mitigation via s() sanitizer on all remote string data before innerHTML
- Bounds validation on card position restore (prevents off-screen cards)
🔮 What's Next
- Chrome Web Store official listing
- Firefox extension port
- Safari extension port
- Product data expanded to 600+ tools
- User-submitted ratings