AI product readEmergency alert notification and management companion for the E3 Safety platform
Enables real-time emergency alert notifications on the user's browser with audio alerts and visual indicators, allowing employees, administrators, and first responders to be immediately aware of active emergencies without needing to keep the E3 web app open.
1. User logs into app.e3.software (destination service). 2. Extension content script (captureToken.js) detects the auth token in localStorage and sends it to the background service worker. 3. Background script stores the token, registers the device with admin.e3.software, and fetches active alerts. 4. An offscreen document connects to Pusher WebSocket for real-time alert notifications. 5. When an alert arrives, the extension plays an audio sound, updates the icon with a dot, and opens a popup to app.e3.software.
Real-time emergency alert notifications via Pusher WebSocketAudio alerts with multiple sound options (claxon, alarm, beep, etc.)Visual icon indicator with dot when active alerts existFetches and tracks in-progress alerts from E3 backendAuto-registers the browser extension device with the E3 admin platformOpens the E3 web app popup when an alert is received
- Target users
- Employees / Administrators / First responders / Organizations using E3 Safety for emergency management
- The extension is purely a companion/bridge to the E3 Safety web platform; no standalone functionality exists. Login and feature access are entirely dependent on the destination service (app.e3.software).
- Cannot determine if the E3 Safety platform itself offers paid tiers or plans, as that information is not present in the extension code.
- The extension codebase is minimal (34 files, mostly binary sounds and minified libraries); deeper analysis of the destination service's business model would require external research.
MonetizationNo paid features detected
No evidence of paid features, subscription gating, billing APIs, or upgrade prompts in the extension code. The heuristic matched 'subscription' and 'subscribe' in minified library files (pusher.min.js, echo.iife.js) which are false positives from library code, not extension logic. The extension simply captures a token, registers the device, fetches active alerts via authenticated API calls, and plays sounds on alert notifications. There are no references to plans, pricing, Stripe, PayPal, or any payment flow.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension is a companion for the E3 Safety web platform (app.e3.software and admin.e3.software). It captures a Bearer token from the user's browser localStorage on the web app (captureToken.js), stores it, and uses it to authenticate API calls to the E3 backend. The extension has no standalone login UI; it relies entirely on the user being logged into the destination service. Without a valid token from the web app, the extension cannot register, fetch alerts, or connect to Pusher.