// Injected into every account view (top page and CCP iframes). Three jobs: // 1. Detect the signed-in agent (name + state) and report it to main. // 2. Detect contacts arriving/leaving for the unified alert strip. // 3. Execute status commands ("go Available"/"go Offline") inside the CCP. // // The probe must run in the PAGE's main world to see `window.connect`. It is // injected with webFrame.executeJavaScript — NOT a