A dependency-free Chrome and Microsoft Edge extension for debugging Dynamics 365 Customer Insights - Journeys forms.
It automatically applies the #d365mkt-nocache cache-bypass hash on supported Dynamics asset URLs, identifies the active Form ID, and exposes hidden form fields for submission testing.
Install the extension from your browser's store:
- Chrome Web Store: Dynamics 365 Form Debugger
- Microsoft Edge Add-ons: Dynamics 365 Form Debugger
For local development:
- Open
chrome://extensionsoredge://extensions. - Enable Developer mode.
- Select Load unpacked.
- Choose the repository's
Chrome-Edge/directory.
- Automatic cache bypass — Adds
#d365mkt-nocacheto supportedassets-*.mkt.dynamics.comform URLs. - Form ID detection — Displays the detected Dynamics Form ID in the popup and copies it on click.
- Editable hidden fields — Renders hidden fields in their original form layout with a green debug border.
- Complete Dynamics field support — Handles native hidden inputs and designer-hidden
input,select, andtextareacontrols. - Submission testing — Synchronizes edits to the original source controls and dispatches normal
inputandchangeevents. - Dynamic form support — Labels newly inserted hidden fields without creating duplicates.
- Compact popup — Uses a 400 × 218px layout with the extension logo, cache status, Form ID, installed version, and support link.
- Consistent diagnostics — Uses the Dynamics 365 Form Debugger console prefix with blue branding and clear black message text.
- Localized interface — Supports the ten most-used web content languages through Chrome's native locale system.
- No runtime dependencies or telemetry — Uses browser APIs and plain HTML, CSS, and JavaScript only.
- Open a supported Dynamics standalone form or a page containing an embedded Dynamics form.
- The extension detects the form and automatically displays editable copies of its hidden fields.
- Hidden-field copies use the form's existing styles and a green border so they are easy to distinguish.
- Editing a displayed copy updates the corresponding original control used by the form submission.
- On supported Dynamics asset pages, cache bypass is applied automatically.
- Open the extension popup to view or copy the Form ID, confirm cache status, view the installed version, or open support.
Reload the extension and refresh existing form tabs after installing a local update so the latest content script is injected.
Hidden-Field Editing
The rendered controls are debug copies. Their id, name, required, form, and list bindings are removed so the copies cannot submit duplicate values.
When you edit a debug copy, the extension updates the original hidden control and dispatches the same input or change event. If you then submit the form, the website receives the edited value through its normal submission process.
Turning a native input[type="hidden"] into a visible debug control affects only the copy; the original input remains hidden.
The extension does not collect, store, or transmit form values, browsing history, credentials, or telemetry.
- Form IDs are read from the current page and shown only in the popup.
- Hidden-field values and edits remain in the current page session.
- Edited values may be transmitted by the host website only when you submit its form.
- The extension does not persist preferences or form data.
- Selecting the popup's information button opens the external support website.
activeTab— Allows the popup to request the detected Form ID from the current tab.*://*.dynamics.com/*host access — Allows the service worker to apply cache bypass on supported Dynamics asset URLs.<all_urls>content-script access — Allows detection when Dynamics forms are embedded on third-party websites. The content script limits field inspection to detected Dynamics form containers.
The extension does not request the storage permission.
The manifest and popup are localized for the ten most-used website content languages reported by W3Techs on 22 June 2026:
- English
- Spanish
- German
- Japanese
- French
- Portuguese (Brazil and Portugal)
- Russian
- Italian
- Dutch
- Polish
Chrome selects the closest supported locale from the browser UI language and falls back to English.
Portuguese is packaged as both pt_BR and pt_PT; the ten languages therefore use eleven locale catalogs.
The unpacked extension is loaded directly from Chrome-Edge/; there is no build step or package manager.
Minimum static validation:
node -e 'JSON.parse(require("fs").readFileSync("Chrome-Edge/manifest.json", "utf8"))'
node --check Chrome-Edge/config.js
node --check Chrome-Edge/background.js
node --check Chrome-Edge/content-script.js
node --check Chrome-Edge/popup.jsBehavior changes should also be tested by loading Chrome-Edge/ as an unpacked extension and exercising standalone, embedded, dynamically inserted, normal, and restricted pages.
- Added automatic editable rendering for native and Dynamics designer-hidden fields.
- Added support for hidden text inputs, option sets, lookup controls, and textareas using their user-facing labels.
- Preserved the original form layout and styling while adding green debug borders.
- Synchronized debug edits to original submitted controls through
inputandchangeevents. - Added dynamic hidden-field refresh and duplicate-label prevention.
- Kept cache bypass always active on supported Dynamics asset URLs.
- Removed activation, cache, hidden-field display, and edit toggles.
- Removed persisted state and the
storagepermission. - Redesigned the popup to a compact 400 × 218px layout with centered branding, cache status, Form ID, runtime version, and support access.
- Removed the popup field-count and separate form-detection status rows.
- Updated console branding to Dynamics 365 Form Debugger, with a blue plugin name and black diagnostic text.
- Improved Chrome API error handling and centralized message types, selectors, URLs, and logging styles.
- Updated privacy and permissions documentation to match current behavior.
- Added native Chrome localization for English, Spanish, German, Japanese, French, Portuguese, Russian, Italian, Dutch, and Polish.
- Added Dynamics Form ID and field-count detection.
- Added click-to-copy form details.
- Added cache bypass using
#d365mkt-nocache. - Added the original activation toggle, popup status indicators, resource observation, and mutation monitoring.
- Shipped as a dependency-free Manifest V3 extension for Chrome and Edge.
Visit mylokaye.info for support and feedback.
Dynamics 365 and Microsoft Edge are registered trademarks of Microsoft Corporation. Dynamics 365 Form Debugger is an independent tool created by Mylo Kaye and is not affiliated with, endorsed by, or sponsored by Microsoft Corporation.
- Author: Mylo Kaye
- License: Apache 2.0
- Version: 1.2.1