Salesforce Dev Toolkit

BoltForce
The Power Tool for
Salesforce Admins & Devs

AI-powered SOQL editor, instant permission analysis, metadata explorer, live API tester, code coverage visualiser, and 10-org switcher — all inside Chrome, right where you work in Salesforce.

⚡ AI SOQL
🔐 Permissions
🗂 Metadata
🔀 Org Switcher
📊 Coverage
🔌 API Tester
✨ AI SOQL Suggestion
SELECT Id, Name, Amount
FROM Opportunity
WHERE StageName = 'Closed Won'
AND CloseDate = THIS_YEAR
🔐 Permission Check
Read · Account
Edit · Opportunity
Delete · Lead
~ View All · Contact
BoltForce — SOQL Editor · Org: my-org.sandbox
-- BoltForce SOQL Editor • AI-Powered SELECT Id, Name, Email, Account.Name, Title, CALENDAR_YEAR(CreatedDate) FROM Contact WHERE Account.Industry = 'Technology' AND LastModifiedDate = LAST_N_DAYS:30 ORDER BY Name LIMIT 200 -- 127 rows returned in 0.38s -- Export: CSV JSON Clipboard SELECT Id, StageName, SUM(Amount) TotalAmount FROM Opportunity WHERE CloseDate = THIS_YEAR GROUP BY StageName -- StageName TotalAmount -- Prospecting $1,240,000 -- Closed Won $3,820,000 -- Closed Lost $540,000 SELECT Id, Name, Email, Account.Name, Title, CALENDAR_YEAR(CreatedDate) FROM Contact WHERE Account.Industry = 'Technology' AND LastModifiedDate = LAST_N_DAYS:30 ORDER BY Name LIMIT 200
✦ Features

10 tools. One extension.
Zero org-switching headaches.

BoltForce embeds a complete developer toolkit inside the browser — no separate apps, no copy-pasting into Workbench, no context-switching.

AI-Powered SOQL Editor
Type a plain-English description and get a ready-to-run SOQL query. Syntax-highlighted code editor with auto-complete, query history, multi-tab sessions, and one-click export to CSV / JSON / clipboard.
  • Natural language → SOQL in seconds
  • Aggregate functions: SUM, COUNT, AVG, GROUP BY
  • Multi-query tabs with full history
  • Export results to CSV, JSON, or clipboard
🔐
Permission Analyser
Instantly see what a Profile or Permission Set can and cannot do — Object CRUD, Field-Level Security, Apex Classes, VF Pages, and Sharing Rules — all in a filterable table.
🔀
10-Org Switcher
Authenticate up to 10 orgs (Production + Sandboxes). Switch with one click. Color-coded environment badges so you never accidentally run a query in Production.
ACME · Sandbox
Developer Sandbox
Active
ACME · Full Copy
Full Copy Sandbox
Staging
ACME · Production
Production Org
PROD
📊
Code Coverage Visualiser
See Apex class test coverage right in the browser without opening the Setup UI. Filter by class name, set a minimum coverage threshold, and see line-by-line coverage with red/green highlighting.
AccountHelper
94%
LeadConverter
87%
CaseEscalation
72%
EmailService
42%
🗂️
Metadata Explorer
Browse all Custom Objects, Fields, Validation Rules, Workflow Rules, and Flows. Search and filter. Click any item to see its full API name, description, and deployment status.
Command Palette
Open with Cmd+Shift+K. Search any BoltForce action, recent query, org, or metadata item. Execute without leaving your keyboard.
Search actions, orgs, queries…
Run SOQL
Open SOQL editor
🔀
Switch Org
Change active org
⌘O
🔐
Perm Analyser
Check permissions
⌘P
🔌
REST API Tester
Fire authenticated Salesforce REST API calls directly — GET, POST, PATCH, DELETE. Supports any endpoint with live JSON response viewer and copy-to-curl.
🐛
Debug Log Viewer
View, filter and download debug logs by user. Parse Apex log lines with color-coded categories (SOQL, DML, Limits, Callouts). One-click log-level editor.