Documentation
Everything below works on top of your normal Salesforce session — nothing to configure, nothing to log into separately.
After installing, open any Salesforce or Salesforce Setup page. A small round toggle button appears near the bottom-right corner of the screen — click it to slide the OrgSprint panel open. Click it again (or the panel's close button) to hide it.
The panel remembers its size and position between visits, and always operates on your currently-logged-in org — there's no separate sign-in step.
Open the panel and click the Flows tab to see every Flow in the org in one list.
Opening a Setup > Flows list page auto-opens this panel inline, right above the native list, so it's there the moment you land on the page.
When you open one specific Flow in Flow Builder, OrgSprint auto-opens a focused panel for just that Flow, showing two things beyond unused-resource cleanup:
Both rows are clickable and take you directly into the related Flow's Builder view.
Click the Objects tab and search for any standard or custom object — no Tab needs to exist for it to show up.
Click the SOQL tab, then Build a query to construct one visually instead of typing API names from memory.
Click the 🐛 button in any panel header to toggle Apex debug logging on or off for yourself — this replaces manually creating a Trace Flag in Setup.
Open the debug log viewer to see your recent logs, filter down to just the lines you care about (or toggle Debug only to strip everything else), then copy or download what you need.
From anywhere on a Salesforce page, press Ctrl+Shift+K (or Cmd+Shift+K on Mac) to open a fuzzy-search overlay across Objects, Apex Classes, and Flows. Start typing and pick a result to jump straight there — no need to open the full panel first.
On any Lightning record page, hover a field's label to see a tooltip with its API name and type. A small link appears next to tagged fields — click it to jump straight to that field's detail page in Object Manager.
A small widget in the bottom-left corner of record pages lets you copy the current record's Id in either 15- or 18-character form with one click.