D365 JS Library Editor is a developer tool for Microsoft Dynamics 365. It provides two features:
We collect no personal data. Specifically:
| Permission | Why it is needed |
|---|---|
sidePanel |
Display the extension UI in Chrome's side panel |
tabs |
Read the active tab's URL to detect which D365 entity is open. Only the URL string is accessed — no tab content is read. |
debugger |
Register breakpoints via Chrome DevTools Protocol (CDP) using
Debugger.setBreakpointByUrl. The debugger attaches only when
the user explicitly sets a breakpoint and detaches immediately when the
breakpoint is hit or when the user clicks "Stop Debugging". |
host_permissions: *.dynamics.com |
Make authenticated fetch requests to the Dataverse Web API using the user's existing browser session. Scoped strictly to *.dynamics.com. |
All communication is directly between your browser and your organisation's Dataverse instance:
your-org.crm.dynamics.com/api/data/v9.2/All API calls use credentials: 'include' — the same cookie-based authentication
you use to log into D365 normally. No passwords or API keys are handled by this extension.
If this policy changes, the updated version will be posted at this URL with a new "Last updated" date.
Questions about this privacy policy can be directed to the developer via the Chrome Web Store listing page.