Hunt Visuals · Internal
GoHighLevel in your Chrome toolbar. Find anyone, ring them, text them, see the diary and grab a booking link, without opening a GHL tab.
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.
mkdir -p ~/Projects git clone https://github.com/huntvisuals/hv-quick.git ~/Projects/hv-quick
chrome://extensionsThe Options page opens on its own. Paste in the Location ID and the Private Integration Token Lloyd sent you, then hit Verify & add.
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.
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
| What you see | What it is |
|---|---|
| The extension vanished from Chrome | The folder was moved or renamed. Put it back, or load unpacked again from wherever it is now. |
| Chrome says it disabled developer mode extensions | Go to chrome://extensions and switch HV Quick back on. |
| Empty results where there should be data | Almost always a token permission, not a bug. Open Options and run Verify on your token again. |
| A button seems to do nothing | Scroll down. Some panels open below the results list. |
| A GitHub page shows 404 | You are signed out. The repo is private, so GitHub hides it rather than asking you to log in. |