TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Save content to Google Sheets with one click

4 pointsby siegers11 months ago
Using the extension, you can predefine the destination sheet and column where you want to save content, and then save&#x2F;add content from any webpage with a right-click. The destination location becomes an option in your right-click context menu.<p>Also, I just added functionality to the Pro version find all emails, links, and image URLs on a page and save those directly to a Google Sheets location (re: above). Or, save the lists to multiple sheets or columns at the same time if you have a group configured in the extension.I wanted to make it more of a nice experience and low-friction to save over to GSheets. And then leverage Sheets for automations and additional filtering. I feel like trying to do all of that within an extension makes for a poor experience.<p>re: permissions<p>The extension uses an embedded Google File picker to allow you to select what Sheets to allow access to. Until you do that, the extension doesn&#x27;t have r&#x2F;w access. The integration with Google (OAuth) has been verified and gone through their review process to only request&#x2F;use minimal perms for the extension to function as expected. The extension only has access to the files that you allow it to have access to.<p>More info on permissions here -<p>Allowing access - <a href="https:&#x2F;&#x2F;www.addtosheets.com&#x2F;blog&#x2F;how-to-save-data-to-google-sheets&#x2F;#allowing-access-to-spreadsheets" rel="nofollow">https:&#x2F;&#x2F;www.addtosheets.com&#x2F;blog&#x2F;how-to-save-data-to-google-...</a><p>FAQ - <a href="https:&#x2F;&#x2F;www.addtosheets.com&#x2F;faq&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.addtosheets.com&#x2F;faq&#x2F;</a>

1 comment

siegers11 months ago
dev here: feel free to ask any questions!