HubSpot-Developer-Extension icon indicating copy to clipboard operation
HubSpot-Developer-Extension copied to clipboard

A Chrome Extension for HubSpot Developers

Results 93 HubSpot-Developer-Extension issues
Sort by recently updated
recently updated
newest added

![nav](https://spin.d.pr/4uRmLK+) Could probably fix with a bottom border on the nav or something.

enhancement
good first issue

change cursor over text input fields to white cursor being used for code editor for mac users

enhancement
good first issue

``` $.getJSON("https://api.github.com/repos/williamspiro/HubSpot-Developer-Extension/releases", function(data) { var items = []; $.each(data, function(key, val) { var placement = data.index; items.push("" + val.name + val.tag_name + val.body + key + ""); }); $("", {...

**Describe the bug** Page Speed Insights scores that the extension grabs, differ from the actual page speed insights website. I'm guessing an API change occurred and we need to update....

bug
good first issue

![slack log](https://spin.d.pr/5EgHdK+) ![slack log 2](https://spin.d.pr/55UhBy+)

enhancement

I don't want to go and write my own JSON formatter, but it would be nice if built into the extension was a feature to auto prettify the developer info,...

enhancement
help wanted

re-label content staging and content settings links in dev menu to make them easier to identify in a quick glance, preventing accidental clicks.

enhancement

devtools panel is unusable in light theme. Make it switch the color pallete based on user theme.

bug
enhancement

Simple idea - on open of the popup, detect if the user has a cookie and is not using the dark theme. If they are not using the dark theme,...

enhancement

Not sure how desirable this would be but seems like an easy thing to do for the popup (media query, prefers-color-scheme: light)