Hunt Visuals · Internal

Set up HV Quick

GoHighLevel in your Chrome toolbar. Find anyone, ring them, text them, see the diary and grab a booking link, without opening a GHL tab.

About five minutes, once. Ask Lloyd if anything here does not match what you see.


First time

1

Let GitHub know who you are

The code lives in a private repo, so this has to happen before you download anything. Skip it and the next step will ask for a password and then reject it.

# Mac
brew install gh

# Windows
winget install GitHub.cli

Then run:

gh auth login

Pick GitHub.com, then HTTPS, then Login with a web browser, and follow the prompts.

2

Download the extension

mkdir -p ~/Projects
git clone https://github.com/huntvisuals/hv-quick.git ~/Projects/hv-quick
Leave that folder where it is. Chrome reads the extension off the disk every time it starts, so moving, renaming or deleting the folder switches it off.
3

Load it into Chrome

  1. Go to chrome://extensions
  2. Turn on Developer mode, the toggle in the top right
  3. Click Load unpacked
  4. Choose the hv-quick folder itself, not a file inside it
4

Add your token

The Options page opens on its own. Paste in the Location ID and the Private Integration Token Lloyd sent you, then hit Verify & add.

You should get a row of green ticks, one per feature. If any of them is a red cross, screenshot it and send it to Lloyd. It means the token is missing a permission, and the feature behind that cross will quietly return nothing instead of showing an error.
5

Pin it to the toolbar

Click the puzzle piece icon in the Chrome toolbar and pin HV Quick.

Open it any time with Cmd Shift H on Mac, or Ctrl Shift H on Windows.


Getting updates

When Lloyd pushes a change, run this, then hit the circular reload arrow on the HV Quick card in chrome://extensions.

cd ~/Projects/hv-quick && git pull
If you have Claude Code, skip remembering that and just say “update HV Quick”. The build number in the bottom corner of the popup tells you which version you are actually running, so you can tell an old load from a real bug.

If something looks wrong

What you seeWhat it is
The extension vanished from ChromeThe folder was moved or renamed. Put it back, or load unpacked again from wherever it is now.
Chrome says it disabled developer mode extensionsGo to chrome://extensions and switch HV Quick back on.
Empty results where there should be dataAlmost always a token permission, not a bug. Open Options and run Verify on your token again.
A button seems to do nothingScroll down. Some panels open below the results list.
A GitHub page shows 404You are signed out. The repo is private, so GitHub hides it rather than asking you to log in.