All this talk of safety but they are using Debugger permission that exposes your device to vulnerabilities, slows down your machine, and get you captchas/bot detected on sites
Working on a competing extension, rtrvr.ai, but we are more focused on vibe scraping use cases. We engineered ours to avoid these sensitive/risky permissions and Claude should too, especially when releasing for end consumers
It uses Google Sheets as a "memory layer" for complex workflows to orchestrate multi tab sub agents for example where per row an independent sub agent tab is launched to execute and write back new columns.
We only request drive.file permission so create new sheets or access to ones explicitly granted access to us via Google Drive Picker
Working on a competing extension, rtrvr.ai, but we are more focused on vibe scraping use cases. We engineered ours to avoid these sensitive/risky permissions and Claude should too, especially when releasing for end consumers