Apex development and debugging in Chrome

Apex tests, quick editor, SOQL, logs and LWC — development hub in the Salesforce Chrome extension.

Test & debug

Develop without switching screens

An integrated dev hub: tests, editor, queries, and logs in one window. Save context switching and speed up the sandbox → validation cycle.

Apex Tests Hub

Run classes, methods, and test suites with live progress and built-in coverage — straight from the browser.

What you get

  • Less back-and-forth with Developer Console: failures and results in one place.
  • Line coverage and report export for audits and releases.
  • Run profiles and notifications when long jobs finish.

Quick Apex editor

Fix classes and triggers in sandbox with Monaco, validation, and deploy in a single flow.

What you get

  • Instant search by class or trigger name.
  • Validate before deploy and avoid production surprises.
  • Production deploy blocked for safer releases.

Lightning Quick Editor

Search LWC and Aura bundles, edit with Monaco, and validate or deploy without leaving the comparator.

What you get

  • Instant search by Lightning component name.
  • Syntax highlighting for HTML, JavaScript, and markup.
  • Pre-deploy validation and deployment status tracking.

Anonymous Apex

Try one-off logic, data fixes, and maintenance scripts without creating temporary classes in the org.

What you get

  • Run and read the response or error immediately.
  • Reusable script library for recurring tasks.
  • Open the generated log in one click for faster debugging.

SOQL / SOSL explorer

Query data, save favorites, and contrast results across two orgs in aligned columns.

What you get

  • Export to CSV or JSON for analysis outside Salesforce.
  • Comparison mode: same query on both orgs, differences at a glance.
  • Ideal for validating data migrations and related configuration.

Debug log browser

Find and open debug logs without digging through Setup or endless lists.

What you get

  • Filter by user, application, and date to narrow incidents.
  • Advanced analyzer with 8 views and «Analyze local log» (drag-and-drop .log files).
  • Speeds up diagnosis after tests, integrations, or batch Apex.

REST Explorer

Call the Salesforce REST API with the selected org session and inspect the JSON response.

What you get

  • Choose HTTP method and enter the path; base URL and API version are filled automatically.
  • Handy to try endpoints before wiring them in Apex or external tools.
  • No Postman or extra tokens: uses the session you already have in Chrome.

Event Monitor

Subscribe to Platform Events, Change Events, and real-time channels with configurable replay.

What you get

  • Load the available channel list and pick the one to subscribe to.
  • Event table with time, replay Id, and filterable payload text.
  • Replay -1 for new events only; -2 to replay stored events.

Apex coverage compare

Check test coverage is aligned across orgs before you promote a release.

What you get

  • Per-class delta: what rises, drops, or is missing on the other side.
  • Line-level detail to prioritize tests you must strengthen.
  • Reduces risk of deploys blocked by mismatched coverage.

Other modes: Comparator · Analysis · Limits & audit · Manifests

Install from Chrome Web Store