browser history

When i use the Hubspot extension for gmail, does Hubspot read only my particular user’s browser history or does hubspot read all of the chrome users browsing history?

Thank you very much!

Hi @ValentSales the HubSpot extension for gmail has to be able to access information in the browser tab, from the research I’ve done regarding chrome extensions, the “Read your browsing history” permission is not phrased correctly for what it can do.

Technically, the permission allows observing the history via chrome.tabs.onUpdated, not to read the previous history of the tab .

The extension has to see the tab’s URL in the background to be able to load the script when the URL matches, this is the case for a lot of chrome extensions and the topic of many reddit and quora posts.