Salesforce Field Usage Extension
Extension Actions
Reports Salesforce field usage and trends to help with data quality and other issues.
A simple browser extension that allows users to extract a report of field usage in tables and charts.
The extension runs on the browser and first checks whether a Salesforce page is open.
If so, then calls the Salesforce tooling API and gets the list of sObjects and definition.
Then it prompts for sObject and optional field selection.
The button "Process Selections" opens a tab containing the report with the statistics from the sObjects and fields selected.
The privacy policy is at https://sites.google.com/view/mybrowserextensions/salesforce-field-usage-extension
This extension does not handle personal or sensitive user data. It only communicates with Salesforce to request data to display on the screen and nothing else is sent to any other server.
The source code can be found at: https://github.com/Fernando-Fernandez/SalesforceFieldUsageExtension