Privacy Policy
D365 Field Editor Chrome Extension — Last updated: March 2026
Summary: D365 Field Editor does not collect, store, transmit, or share any personal data.
All communication happens directly between your browser and your own Dynamics 365 environment.
What the Extension Does
D365 Field Editor is a Chrome extension that allows Dynamics 365 / Dataverse users to read and update
field values on records directly from the browser, including fields that are not visible on the standard form.
It communicates exclusively with the user's own Microsoft Dynamics 365 organization.
Data Access
- The extension reads the current page URL to detect the Dynamics 365 entity name and record ID.
- It calls the Microsoft Dataverse Web API (hosted at your organization's
*.dynamics.com domain)
to fetch entity metadata and record field values.
- It sends PATCH requests to the same Dataverse Web API to update field values when you click Save.
Data We Do NOT Collect
- We do not collect any personal data.
- We do not transmit any data to servers outside your Dynamics 365 organization.
- We do not use analytics, tracking, or advertising services.
- We do not store any Dynamics 365 data in external databases or third-party services.
- We do not share data with any third parties.
Authentication
The extension authenticates with Dynamics 365 using your existing browser session. When the extension
makes API calls to your Dynamics 365 organization, the browser automatically includes your existing
session credentials — the extension does not read, store, or transmit your credentials or passwords.
Permissions Justification
- host_permissions (*.dynamics.com) — Required to call the Dataverse Web API on your
organization's domain. Each Dynamics 365 organization has a unique subdomain, so the wildcard is necessary
to support all users regardless of their organization URL.
- scripting — Required to inject a lightweight content script into the active Dynamics 365
page to read the record's entity name and record ID from the page URL.
- sidePanel — Required to display the field editor in Chrome's side panel, providing a
resizable persistent UI that stays open while working on records.
- tabs — Required to detect when the user navigates to a different Dynamics 365 record
so the side panel can automatically refresh and load the correct fields.
Contact
If you have questions about this privacy policy, please open an issue on our
GitHub repository.