Status Bar
Track configuration and execution status from the Chrome Action badge
On this page
The status experience now lives in the Chrome Action badge (the extension icon) instead of an on-page overlay. When automation starts, the badge becomes active and its badge text and tooltip communicate the current state. Once automation completes or is stopped, the badge is disabled and Chrome returns to its default icon behavior.
- Badge text changes to show the current phase using emoji indicators.
- Tooltip (Chrome Action title) gives the full context, including timers, batch/action counters, and retry information.
- The badge automatically resets to the default extension title when work is complete or when the automation is disabled.
| Badge text | Title preview | When it appears |
|---|---|---|
| ⚡ | Initializing setup... | Immediately after automation starts; the badge is enabled and the extension icon signals that actions are being prepared. |
| ▶️⏳ | Waiting {time}s before starting configuration. | Configuration wait timers (Init Wait) before the first batch/action runs. |
| 📦⏳ | Waiting {time}s before starting Batch {current} of {total}. | Batch level waits between batch executions. |
| 🔁⏳ | Waiting {time}s before starting Action {current} of {total}. | Delay before the next action executes. |
| �⏳ | Element not found. Retrying in {time}s... {retries} retries left (Action {current}). | Retry logic while searching for page elements. |
| ✅⏳ | Condition not met. Rechecking in {time}s... {checks} checks left (Action {current}). | Add-on recheck countdowns before concluding conditions. |
| ❌ | <error message> | An error occurred; the badge remains active until the issue is resolved or automation stops. |
| ✅ | Auto Clicker & Auto Fill | Automation completed successfully; the badge resets but stays enabled momentarily before disable. |
Note: The badge is disabled (no text or custom title) whenever the automation is idle. Launching a workflow re-enables the badge and reinstates the live status indicators until completion or manual stop.