Skip to content

exiahuang/sfdc-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SFDC Inspect - Salesforce Quick Inspector (Chrome Extension)

License: MIT Version

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.

✨ Key Features

🚀 Quick Navigation Palette

  • Hotkey: Press Ctrl+I (or Cmd+I on 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.

🔍 Record Quick Inspector

  • 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.

📊 Data Expert

  • 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.

🕸️ ER Diagram Generator

  • 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.

📜 Log Expert

  • 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.

🛠️ Architecture & Documentation

  • Flow Analysis: Browse through flows and visualize their logic.
  • Apex Documentation: Explore Apex class relationships and generate architecture maps.

📥 Installation

  1. Clone or download this repository.
  2. Run npm install to install dependencies.
  3. Run npm run build to generate the dist folder.
  4. Open Chrome and navigate to chrome://extensions.
  5. Enable Developer mode in the top right corner.
  6. Click Load unpacked and select the dist folder from this project.

🔒 Privacy & Security

  • 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.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

 
 
 

Contributors