How do I enable the extension on a new domain?
How do I enable the extension on a new domain?
There are two ways to enable the extension on a new domain:
- Automatic: Toggle on any debug mode (Debug Mode, Cache Buster, or Developer Mode) - the extension will automatically add that domain to your allowed list.
- Manual: Click the “Enable for this website” button in the popup (this appears when you visit a page with debug parameters but the domain isn’t yet in your allowed list).
Why aren't debug parameters persisting when I navigate?
Why aren't debug parameters persisting when I navigate?
Which browsers are supported?
Which browsers are supported?
FreshJuice HubSpot DevTools supports:
- Chrome (and Chromium-based browsers like Edge, Brave, Opera) - Manifest V3
- Firefox - Manifest V3
How do I uninstall or reset the extension?
How do I uninstall or reset the extension?
To reset settings:
- Open the extension settings page
- Click the “Reset to Defaults” button at the bottom
- Confirm the reset
- Chrome: Go to
chrome://extensions/, find FreshJuice HubSpot DevTools, and click “Remove” - Firefox: Go to
about:addons, find FreshJuice HubSpot DevTools, click the three dots, and select “Remove”
Why aren't keyboard shortcuts working?
Why aren't keyboard shortcuts working?
Keyboard shortcuts require configuration in your browser:Chrome/Edge/Brave:
- Go to
chrome://extensions/shortcuts - Find “FreshJuice HubSpot DevTools”
- Set your preferred keyboard shortcuts for each debug mode
- Go to
about:addons - Click the gear icon and select “Manage Extension Shortcuts”
- Find “FreshJuice HubSpot DevTools” and configure shortcuts
Keyboard shortcuts are not set by default - you must configure them manually in your browser.
Why isn't the badge showing active parameters?
Why isn't the badge showing active parameters?
If the badge isn’t displaying:
- Check that Show Badge is enabled in settings
- Verify you have at least one debug parameter active (Debug Mode, Cache Buster, or Developer Mode)
- The badge only shows on HTTP/HTTPS pages (not on browser special pages like
chrome://orabout:)
How do I remove a domain from the allowed list?
How do I remove a domain from the allowed list?
There are two ways:
- Quick method: Click the extension popup while on that domain and click “Disable for this website”
- Manual method: Go to Settings, find the domain in the “Allowed Domains” textarea, delete it, and click “Save Settings”
What debug parameters does the extension add?
What debug parameters does the extension add?
The extension can add three debug parameters:
- Debug Mode (
hsDebug=true) - Enables HubSpot debug mode with detailed error messages - Cache Buster (
hsCacheBuster={timestamp}) - Bypasses HubSpot caching with a unique timestamp - BackOffice Developer Mode (
developerMode=true) - Enables developer mode in HubSpot’s backend
Does the extension collect any data about me?
Does the extension collect any data about me?
No. The extension does not collect, store, or transmit any personal data. All settings and preferences are stored locally in your browser using the browser’s built-in sync storage.The only data that leaves your browser is when you click links to external resources (like HubSpot documentation or the FreshJuice blog), which include UTM parameters for attribution.See the Privacy Policy for complete details.
Can I use this extension on non-HubSpot websites?
Can I use this extension on non-HubSpot websites?
Yes! While designed for HubSpot CMS developers, the extension works on any website. You can:
- Add any domain to your allowed list
- Apply debug parameters to any site
- Use the auto-apply feature on internal navigation
hsDebug, hsCacheBuster, developerMode) are HubSpot-specific and won’t affect non-HubSpot sites.How do I report a bug or request a feature?
How do I report a bug or request a feature?
We welcome feedback! To report bugs or request features:
- Visit the GitHub Issues page
- Check if your issue/request already exists
- If not, create a new issue with:
- For bugs: Browser version, extension version, OS, steps to reproduce, expected vs actual behavior
- For features: Description of the problem, proposed solution, any alternatives considered
Where can I find the HubL documentation links?
Where can I find the HubL documentation links?
The extension provides quick access to HubL documentation in two places:
- Popup: Scroll down to the “Quick Links” section
- Settings page: Navigate to the “Resources” tab
- HubL Functions
- HubL Variables
- HubL Filters
- HubL If Statements
- HubL Loops
- HubDB documentation
- HubSpot Design Manager