AI product readSalesforce developer productivity tool that injects a code search and developer utilities panel directly into Salesforce setup pages (Classic and Lightning)
Salesforce developers and admins lack a fast way to search across Apex classes, triggers, Visualforce pages, Lightning components, and other code components within the Salesforce setup interface. The native Salesforce setup UI requires navigating through multiple pages to find and access code components.
1. User navigates to Salesforce Setup home page (Classic or Lightning). 2. The extension injects a tabbed developer utilities panel into the setup page. 3. On first use, user clicks 'Authorize' to initiate Salesforce OAuth2 flow - selecting org type (Production/Sandbox/Developer). 4. User is redirected to Salesforce login, grants OAuth consent, and is redirected back via callback.html. 5. The Firebase backend exchanges the auth code for tokens (access_token, refresh_token). 6. Tokens are stored in localStorage for subsequent API calls. 7. User can now search code components (using Salesforce Tooling API), run static analysis, extract code coverage, edit LWC components, explore GraphQL, and look up record details - all without leaving the setup page.
Code search across Apex Classes, Apex Triggers, Visualforce Pages, Visualforce Components, and Lightning ComponentsAdvanced quick-find sidebar navigation to code components from setup pagesCode coverage extraction and analysisStatic code analysis using Lightning Linter serviceRecord details lookup by Record IDLWC (Lightning Web Component) Editor
- Target users
- Salesforce developers / Salesforce administrators / Salesforce technical consultants
- The build/static/js/main.9a2068da.js is a minified React bundle (482KB) that is difficult to fully analyze, though it appears to be related to a secondary LWC editor or GraphQL explorer feature
- Could not fully verify whether the Firebase Cloud Functions backend imposes any usage limits or has paid tiers
- The monaco-editor directory is very large (1000+ files) and contains third-party VS Code editor code, not extension-specific logic
MonetizationNo paid features detected
No evidence of paid features, premium tiers, subscriptions, or payment mechanisms within the extension. Searches for 'premium', 'pricing', 'stripe', 'payment', and 'billing' returned no relevant matches in the extension's own code. The 'subscription' matches are all from monaco-editor internals (event subscriptions, not billing). The 'upgrade' matches are about browser/IndexedDB upgrades. The 'checkout' match in contentScript_l.js is a Twitter sharing link ('Checkout the updated version...'). The 'license' matches are all standard open-source library license declarations (MIT, React, etc.). All features (code search, static analysis, code coverage, LWC editor, GraphQL explorer) appear to be freely available without any gating.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension requires Salesforce OAuth2 authorization to function. Users must authorize the extension to access their Salesforce org data via OAuth flow. login.html presents org type selection (Sandbox/Production/Developer), login.js initiates Salesforce OAuth2 with a Connected App client ID, callback.js exchanges the auth code via a Firebase backend (us-central1-sf-advanced-code-searcher.cloudfunctions.net/authorizeSalesforce), and factory.js stores tokens (accessToken, refreshToken, instanceURL). Multiple directives check authenticationStatus and block features when 'Auth Needed'. The contentScript_l.js shows 'Click here to authorize (one time)' button and a 'Re-Authenticate' link. This is a one-time Salesforce OAuth grant, not a recurring login to the extension's own account system.
Doesn't work in Lightning and only in Classic.
is it only working in Salesforce Classic ? if it is available in lightning please let me know
Same issue as others. It's not appearing in Lightning but does in Classic. Any fix would be appreciated!
Seems to no longer show now that the setup home page displays "Salesforce Go" (which seems utterly useless)? Used to be good though, looking forward to some kind of fix or workaround. Even getting it to display messing around with the downloaded package when authorizing can't get around the uri_mismatch error per Joe's workaround as only one line shows in console. If anyone knows how to get the correct token please write!
All of the sudden disappeared, had that reinstalled numerous times, however no luck :( want this back :(
Not working
Got it working in Windows after Summer '25 release per other reviewers suggestions; however, on Mac, it doesn't load in Lightning. I hope this gets fixed so I can change my review.
Joe Smith I only found 1 line, any other tricks?
I found a fix for the URI Mismatch error. When you run into the page with the following error: Error: error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration 1. Press F12 2. Go to Console 3. Look for the following two lines 1st: chrome-extension://token1/callback.html 2nd: chrome-extension://token2/callback.html 4. copy the token2 string between "chrome-extension://" and "/callback.html" in the second line 5. replace the two instances of token1 in your url bar with token2 and press Enter
I made changes as per Alan comments but getting error while authorising the developer org by selecting Developer in Org Type. Error: error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration