Back to LinkedIn posts

LinkedIn post 59

I've released a new browser extension that gives the ability to download a CSV file...

I've released a new browser extension that gives the ability to download a CSV file with the results from the Query Editor.

SF Query Editor Helper
๐Ÿ”— LINK: https://lnkd.in/gHd4tByp

It works in both Query Editors in the Data Cloud and the Developer Console.

It is intended as a quick and easy way to get some data out and maybe inspect/play with it in a spreadsheet if needed.

In this extension, I've experimented with a new technique.
Instead of reading the cookies to extract the Bearer token Salesforce uses (that is a technique I've learned from great extensions such as Salesforce Inspector), I am intercepting the XMLHttpRequest and window.fetch to detect when the user submits a query, get a copy of the results and then, if the user requests more data, use the same token the Developer Console used.
This ended up simplifying the implementation since the extension now doesn't need a background script and cookie permissions.
๐Ÿ”— SOURCE: https://lnkd.in/g7iq9xii

I've released a new browser extension that gives the ability to download a CSV file...
I've released a new browser extension that gives the ability to download a CSV file...
I've released a new browser extension that gives the ability to download a CSV file...