This repository was archived by the owner on Aug 10, 2026. It is now read-only.
How to use this in pages of other websites? #157
Closed
abhinavm24
started this conversation in
General
Replies: 2 comments 10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to build a chrome extension to read data from sheet, send it to gpt with instruction and put the response back in the sheet.
It will be blocked because of CORS, so I have to send data from sheet tab to gpt tab and share gpt response using chrome messaging?
All reactions