SFDC to Atlas Data Exporter icon

SFDC to Atlas Data Exporter

Extension Actions

How to install Open in Chrome Web Store
CRX ID
paifelcoppnndmbbkfijgoiaflboailk
Description from extension meta

Exports table data from Salesforce views and sends the data to the MongoDB Atlas Data API for storage.

Image from store
SFDC to Atlas Data Exporter
Description from store

This chrome extension exports table data from Salesforce views and sends the data to the MongoDB Atlas Data API for storage. The extension is designed to make it easy for users to export data from Salesforce and store it in a MongoDB Atlas cluster for further analysis and use.

How it works
The extension uses the content.js script to extract the data from the table on the Salesforce Opportunity View.

The extracted data is then cleaned up and converted to a JSON format by the background.js script.

The cleaned data is sent to the MongoDB Atlas Data API using the credentials provided by the user in the extension's popup.html page.

The data is stored in the specified cluster, database and collection in MongoDB Atlas.