haritzmedina/highlightAndGo

Sometimes when clicking on Highlight&Go icon in GSheets it is shown the Highlighter instead of configuration process

Closed this issue · 0 comments

Steps to reproduce:

  • Go to google drive and create a spreadsheet.
  • Clicking on the extension button, the sidebar appears.

Why it happens:

  • Google drive, when creating a new spreadsheet, does not reload the webpage, it dynamically change the URL of the browser and dynamically loads the spreadsheet.
  • The extension requires reload of webpage to reload the corresponding content script for the current webpage.

How to solve:

  • Change manifest URLs to support this redirection on spreadsheet creation.