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

Download the extension

In Chrome, open github.com/huntvisuals/hv-quick. Click the green Code button, then Download ZIP at the bottom of the menu.

The repo is private. If you get a 404 page you are simply signed out, GitHub hides private repos rather than asking you to log in. Sign in with the account Lloyd invited and it appears.
2

Put it somewhere permanent

Double click hv-quick-main.zip in your Downloads to unzip it. You get a folder called hv-quick-main. Drag that into your Documents folder.

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. Downloads is the wrong home for it.
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-main 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 changes something, download the ZIP again, replace the folder in Documents, then hit the circular reload arrow on the HV Quick card in chrome://extensions. Your token stays put, you never redo the setup.

Comfortable in Terminal? Clone it instead and updates become one command. Run gh auth login, then git clone https://github.com/huntvisuals/hv-quick.git ~/Projects/hv-quick, load that folder unpacked, and from then on cd ~/Projects/hv-quick && git pull plus the reload arrow. If you have Claude Code, 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.