PerfLoad Workspace Launcher
Opens your PerfLoad Workbench with one click from the toolbar — no more hunting for the right tab or retyping the URL.
Add to Chrome →
What it does
- Click the toolbar icon to open (or refocus, if already open) the Workbench tab, placed in a labeled "perfload" tab group
- From the Workbench, use its own "perfload dashboard →" link to open the Dashboard — because that's a real click rather than something the extension does programmatically, Chrome properly links the two tabs, so later clicks on either page's link reliably reuse the same tab instead of opening duplicates
- Checks that the Workbench URL is reachable first, so you're never left staring at a broken tab if your PerfLoad instance isn't running — and shows the Docker command to start it if it's down
- Configurable Workbench URL — works against a local Docker instance or a remote deployment
- Settings saved locally via
chrome.storage.localand persist across browser restarts
Requirements
This extension requires a running PerfLoad instance (local or remote) — it does not include or host PerfLoad itself.
Run locally:
docker run -p 3000:3000 -v perfload-runs:/app/runs perfload/perfload-runner:latest
Permissions used
tabGroups— to label the group "perfload"storage— to save your configured Workbench URL locally
Support
Questions, bug reports, or feature requests — reach out at support@perfload.io.
Privacy
This extension doesn't collect or transmit any personal data. See the privacy policy for details.