SFDC Inspect is a modern, high-performance Chrome extension designed to streamline the workflow of Salesforce developers and administrators. It provides a suite of professional tools to inspect, query, document, and debug Salesforce organizations with ease.
- Hotkey: Press
Ctrl+I(orCmd+Ion Mac) anywhere in Salesforce. - Search & Jump: Instantly search through 700+ setup links, objects, Apex classes, and pages.
- Smart Keywords: Supports multi-language keywords (English, Chinese, Japanese) for intuitive searching.
- Instant Access: Click the inspector icon on any record page.
- Deep Insight: View all field values of the current record, including hidden system fields and formula results.
- Quick Edit: Modify field values on the fly without navigating through the standard Salesforce UI.
- Excel-like UI: Query and edit data in a powerful, responsive table interface.
- Bulk Operations: Perform Insert, Update, Upsert, and Delete actions with ease.
- SOQL Helper: Built-in SOQL formatter and field selection helpers.
- Export: Export your query results directly to CSV.
- Visualize Data Models: Select multiple Salesforce objects and generate Entity-Relationship diagrams.
- Mermaid Integration: Uses Mermaid.js for clean, scalable, and customizable diagrams.
- Export Types: Support for various view modes and documentation-ready exports.
- Real-time Monitoring: Fetch and view newest debug logs with one click.
- Advanced Filtering: Filter by user, time, status, and log level.
- Premium Experience: A clean, searchable interface that makes debugging less painful.
- Flow Analysis: Browse through flows and visualize their logic.
- Apex Documentation: Explore Apex class relationships and generate architecture maps.
- Clone or download this repository.
- Run
npm installto install dependencies. - Run
npm run buildto generate thedistfolder. - Open Chrome and navigate to
chrome://extensions. - Enable Developer mode in the top right corner.
- Click Load unpacked and select the
distfolder from this project.
- Local Processing: All data is processed within your browser.
- No External Servers: SFDC Inspect communicates only with Salesforce APIs.
- Secure Authentication: Uses your existing browser session for API calls.
This project is licensed under the MIT License - see the LICENSE file for details.