Scraping data from public google sheet directly without API
I have a Chrome extension that fetches and displays data from a publicly published Google Sheet (published to the web, not via the Google Sheets API). The extension does not have its database, so it scrapes the data directly from the sheet and updates it periodically (currently set at 1 hour).