SF Query Editor Helper
Extension Actions
- Live on Store
Make Salesforce query results exportable as CSV download
A simple browser extension that allows users to download query results in CSV format.
The extension runs on the browser and first checks whether a Salesforce page is open.
If so, then waits for the user to run a query on either Developer Console or Data Cloud Query Editor.
Then it prompts for downloading the results into a CSV file.
The privacy policy is at https://sites.google.com/view/mybrowserextensions/salesforce-query-editor-helper
This extension does not handle personal or sensitive user data. It only communicates with Salesforce to request data to export and nothing else is sent to any other server.
The source code can be found at: https://github.com/Fernando-Fernandez/SFQueryEditorHelper