nhjppmlfmlhfmgfhoopllbhapfjajpnj
Transform and manage Salesforce debug logs with syntax highlighting, JSON formatting, error analysis, and anonymous Apex. Debug Salesforce the way it should be. If you've ever squinted at raw debug logs trying to figure out what's actually happening, you know the pain. This extension fixes that. Your logs get syntax highlighting, JSON formatting, and instant error extraction. No more scrolling through thousands of lines looking for that one error message. Or deploy the Console class (saves typing): ```apex Console.log(accounts); Console.log('Top Accounts', accounts); // with a label ``` The Console class is just a wrapper around JSON.serializePretty() - pick whichever you prefer. Hit Alt+Shift+D (Option+Shift+D on Mac) to open the dashboard. You'll see: • Syntax highlighting that actually helps • Errors pulled out and shown at the top • Clean stack traces • Governor limits as progress bars • Search that works • Turn on debugging for any user • Search by name or username • Build custom debug levels • Set how long they last (15 min to 24 hours) • See what's active and when it expires • Delete old logs in bulk Write and run code right from the extension: • Save code blocks you use often • Run them with one click • See the full output • Search your saved snippets See where you are vs. the limits: Just there when you need it. Works on production, sandboxes, scratch orgs - whatever you've got. Handles all the different Salesforce domains automatically. • Dark and light modes • Works on any screen size • Keyboard shortcuts (Alt+Shift+D / Option+Shift+D) • Search in raw API responses • Copy responses to clipboard • Clear everything with one click 1. Install from Chrome Web Store 2. Go to any Salesforce org 3. Click the extension icon, generate a token 4. Open the dashboard (Alt+Shift+D) 5. Use JSON.serializePretty() or deploy the Console class Example with JSON.serializePretty(): ```apex List accounts = [SELECT Id, Name FROM Account LIMIT 5]; System.debug(JSON.serializePretty(accounts)); ``` With Console class: ```apex Console.log('My Accounts', accounts); ``` That's it. Your logs show up formatted and easy to read. It's just vanilla JavaScript. No dependencies, no build tools, no bloat. Runs in your browser, follows Chrome's best practices. The whole point is to respect your workflow. Logs stay cached when you switch tabs. Theme preference is saved. Debug levels work across orgs once you create them. 👥 WHO IT'S FOR Developers debugging Apex, architects tracking performance, admins fixing integrations, QA investigating failures, consultants juggling multiple orgs. If you work with Salesforce debug logs, this helps. 🔒 YOUR DATA Everything stays in your browser. The extension talks directly to Salesforce APIs using your session. Nothing gets sent anywhere else. No tracking, no analytics, no external servers. Regular updates, bug fixes, new features. Open to suggestions. The goal is simple: make debugging easier without making the tool complicated. Version 2.3.0 | Made for Salesforce Professionals
Salesforce Inspector Reloaded
Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI. This extension is based on the original Salesforce inspector extension made by Søren Krabbe. IMPORTANT: If you have any question or facing bugs, please use the GitHub repository : https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues - Analyze Field Usage in Show All Data - Multi Query tabs in Data Export - Download & Deploy Metadata - Security improvements - Field Creator page to bulk create fields from the extension - Event Monitor page to subscribe to Platform Events from the browser - Import / Export configuration from Option page - Customise extension shortcuts - Support SOSL and GraphQL languages - REST Explore page to run any API from the extension without external tool - Load recent records from popup - Customize extension favicon and Sandbox banner - Check QueryPlan on data export - Enable Logs from User tab - Customize settings in Option page - New Org tab - Search for a particular flow, profile or permission set from Shortcut tab - Restrict Salesforce Inspector usage with a default connected app - New "Shortcut" tab to quickly access setup menu - Link to permission sets assignment from User tab And many more !
Salesforce Colored Favicons
Updates the standard favicon on Salesforce tabs with colored versions to help differentiate between different organizations. Supports both Classic and Lightning Experiences and includes separate icons for production, sandbox, and develop/scratch orgs. To use the extension, simply navigate to a Salesforce org and the extension will automatically select a random color for it then update the favicon with that color. Now every time you visit that org, the colored favicon will be displayed instead of the default Salesforce favicon. At this point you can also visit the options page to change the color for any org you've visited.
Apex Debugger
Debug Salesforce apex code with ease Apex debugging with ease. Improved debug logs for Salesforce. Press Shift+d from any salesforce page to open Logs. Click on extension to configure keyboard shortcuts. IMPORTANT! If your org has "Require HttpOnly attribute" option enabled (in Setup -> Security -> SessionSettings) you need to set session ID variable manually. For this click on the extension icon and fill in the last field. Disabling ""Require HttpOnly attribute" adds security risk and should not be done in production orgs. IMPORTANT2! Manifest 3 support from version 0.8. I do expect some bugs. Please report in GitHub. • Search in logs • Filter logs • Delete all logs • Add current User • Indent structured data such as sObject, List, XML or JSON • Improved view with custom themes • Any Id in logs is a link to respective Object page (Class, Trigger, Validation Rule e.t.c) • Lightning compatible PS If you want to report an issue please use GitHub issues (https://github.com/motiko/sfdc-debug-logs/issues). Or contact me by email. I don't see notifications from Chrome Web Store reviews.
Salesforce DevTools
Salesforce DevTools is a powerful Salesforce developer chrome extension for doing the below things : ・Quickly generate Apex code / SOQL, exporting query results to Excel file. ・Quickly access to new record page, list page and object setting page of any object. ・Quickly search object fields and check its usage. ・Display fields API name on Salesforce object detail page. ・Exporting Objects Definition to Excel file. ・Exporting Objects Fields Definition to Excel file. ・Exporting Objects Page Layout Definition to Excel file. ・Exporting Objects List View Definition to Excel file. ・Exporting Flow Definition to Excel file. ・Salesforce data modal (ERDs) generator. ・All Check / Select on profile edit page and field permissions edit page. ・Mass edit, mass delete, mass clone custom fields (Only Classic). ++++++++++++++++++++++++++++ Release notes ++++++++++++++++++++++++++++ 2026/01/1 ・Added features of "Export Flow Definition". -------------------------------------- 2023/04/10 ・Added features of mass edit, mass delete, mass clone custom fields on Lightning. -------------------------------------- 2022/01/30 ・Added feature of searching object fields and show its usage. -------------------------------------- 2021/04/05 ・Added feature of exporting Object definition (FULL) and fixed bugs. -------------------------------------- 2020/09/07 ・Added feature of exporting List View definition and fixed bugs. -------------------------------------- 2020/06/07 ・Fixed Lighting active bug and Japanese language document exporting bug. -------------------------------------- 2020/04/12 ・Improved feature of Query Editor. -------------------------------------- 2020/01/06 ・Added feature of exporting object page layout. -------------------------------------- 2019/08/18 ・Added feature of Multi Check on field permission edit page. -------------------------------------- 2019/05/13 ・Added features of mass edit, mass delete, mass clone custom fields -------------------------------------- 2019/03/24 ・Fixed issues. -------------------------------------- 2018/12/17 ・Reactivated feature of Debug Log Viewer. ・Added feature of searching Debug Log. ・Fixed issues. -------------------------------------- 2018/11/12 ・Improved UX of feature exporting object API reference to Excel file. ・Added Query Editor feature to all Objects. ・Added feature of exporting query result to Excel file -------------------------------------- 2018/09/25 ・Added support for cloudforce orgs. -------------------------------------- 2018/09/03 Major Release ・ Added support for Lightning! ・ Improved UX of feature Object Reference Doc generating. ・ Improved UX of feature All Check. -------------------------------------- 2018/04/17 ・Improved ERDs UX, fixed bugs. -------------------------------------- 2017/10/11 ・Improved Debug Log Viewer UX. -------------------------------------- 2017/05/29 ・Added feature of query editor and csv data exporting. -------------------------------------- 2017/04/23 ・Added feature of ERDs generator. -------------------------------------- 2017/02/06 ・Fix bugs. -------------------------------------- 2017/01/30 ・Added features of SOQL generator and Apex debug log viewer. -------------------------------------- 2016/12/20 ・Fixed export excel bugs. -------------------------------------- 2016/12/06 ・Improved UI, fixed bugs. -------------------------------------- 2016/11/25 ・Added features that allows you to enable it on custom domain. -------------------------------------- 2016/08/21 Major Release ・Added features of exporting objects definition to excel file. -------------------------------------- 2016/05/18 ・ Added support for Visualforce Page. -------------------------------------- 2016/04/04 ・ Added the features of object searching and object quick access. -------------------------------------- 2016/03/31 ・ Added support for generating Apex Code include blank fields -------------------------------------- 2016/03/28 ・ Added support for RecordType ・ Added hint for Quick Access Menu Turned Off