← Docs

Browser Extensions

Browser Extensions

Coming Soon

Browser extensions for Chrome and Firefox are in development. These extensions will enable cross-site achievement tracking and notifications, allowing you to trigger achievements from any website action.

Chrome Extension

Manifest V3 extension with background service workers and native notifications

Firefox Extension

WebExtensions API with full Firefox integration and privacy-focused design

Planned Features

  • Cross-site achievement tracking from any web action
  • Custom notification system for achievement unlocks
  • Integration with third-party websites via content scripts
  • Achievement dashboard overlay on any page
  • Sync progress across devices via cloud backend
  • Custom trigger rules for website-specific actions
  • Privacy-first design with local data storage
  • Developer API for creating custom integrations

Use Cases

  • Track reading achievements across multiple blogs and news sites
  • Gamify learning with achievements for completing tutorials on different platforms
  • Social media engagement rewards across networks
  • E-commerce achievements for shopping across stores
  • Developer achievements for contributions to open-source projects
  • Custom gamification for any website workflow

The browser extensions will use the same JSON manifest format as the web SDK, making it easy to create cross-platform achievement systems.

← Back to Documentation