D365 Service Atlas
Extension Actions
- Live on Store
Browse and inspect Dynamics 365 Finance & Operations service groups, operations, and types.
A Chrome side-panel extension for browsing and inspecting Microsoft Dynamics 365 Finance & Operations service groups, services, operations, and types — without leaving the browser tab you're already signed into.
When you open the side panel on a Dynamics 365 F&O tab (*.operations.dynamics.com for production / standard sandboxes, or *.axcloud.dynamics.com for Cloud Hosted Environments), the extension reads the environment from the URL and uses your existing browser session to:
- List every service group exposed by that environment.
- Drill into a group to see its services and operations (POST /api/services/<group>/<service>/<op>).
- Render request and response schemas for each operation.
- Show an auto-generated example request body as JSON.
- Copy ready-to-paste curl or fetch snippets for any operation.
- Export an entire service group as an OpenAPI 3.0 document.
- Search across service groups, operations, enums, and complex types once the index has built — and jump straight to a type's page from the results.
- Click any type or enum in a schema to navigate to its definition.
Everything runs locally in your browser. No data is ever sent to a third party.