Contents
1. Getting started & popup
Install the toolkit, then open the popup from any Salesforce tab — it reuses the session you are already signed in with.
- Install Admin Toolkit for Salesforce from the Chrome Web Store.
- Open any Salesforce tab and sign in as usual — no separate login.
- Click the extension icon to open the popup.
2. Metadata Admin for Salesforce
Browse the org's metadata in a source-style tree, inspect folders and files, search the loaded workspace, track local edits, and build package.xml selections.
3. Force Sheet
A multi-tab spreadsheet for Salesforce data: run SOQL, open reports and list views, import CSV/XLSX, and start CRUD workflows from grid selections — every write asks for confirmation first.
4. Org Review
A read-only assessment of org health that runs automatically when opened. Each section carries evidence and remediation guidance; the report exports as PDF, Markdown, summary JSON, or evidence JSON.
5. Object Schema
Build an interactive relationship map for any pickable object, then explore every field of every selectable object in the Fields spreadsheet below it.
6. Document Folders
Browse Salesforce libraries and folders, preview supported files, and download selections as a ZIP that preserves folder paths. Folder selection is recursive; downloads are limited to 500 files and 250 MB and can be canceled mid-run.
7. REST Explorer
Compose Salesforce REST API requests with endpoint templates, send them against the connected org, and inspect the JSON response. Requests run only when you send them.
8. Data Export
Run SOQL, SOSL, and GraphQL queries or report exports, preview the result as a CSV grid or JSON, and download it.
9. Run Apex
Execute anonymous Apex and review the compile result, execution status, and debug output.
10. Limits & monitoring
Read-only monitoring pages for the org: API limits with live usage bars, the setup audit trail, login history, and event log files.
11. Built-in manual (EN/JP)
The extension ships with its own manual in English and Japanese, including per-version release notes. Every page has a language toggle in its header.
12. Release notes
Recent releases. No release has added new Chrome permissions, host permissions, remote code, telemetry, ads, or third-party data services. The full per-version history ships inside the extension's built-in manual.
0.6.2 (2026-07-15)
- Document Folders: folder selection is recursive and atomic across lazily loaded subtrees, with folder-preserving ZIP paths for duplicate document occurrences.
- Document Folders: added 500-file and 250 MB ZIP limits, cancelable downloads, and one-time fetching of shared document content.
- Object Schema: rebuilt the fields experience as a spreadsheet with native header filters, global search highlights, CSV export, and full screen; Packaged Objects defaults to none and is remembered per org.
- Object Schema became a popup Apps-only page; the compact 40px app-session header now also applies to Metadata Admin and Org Review.
0.6.1 (2026-07-14)
- Rebuilt Document Folders downloads around tree checkbox selection with a Selected Items panel.
- Added Object Schema to the popup Apps tab with suggestions, packaged-namespace controls, map search, zoom, and layouts.
- Removed Org Review from the tools-page navigation.
- Added THIRD-PARTY-NOTICES.txt for the bundled spreadsheet engine.
0.6.0 (2026-07-11)
- Added the read-only Org Review covering health, limits, setup changes, and login failures.
- Added a per-org read-only lock and consistent risk confirmation for Apex, data mutation, and metadata deployment.
- Fixed Force Sheet workspace files sharing the last active grid; values and formulas now stay isolated per file and org.