u/Few-Chocolate6804

Built a Chrome extension to edit D365 JS libraries without leaving the record and also allow debugging
▲ 38 r/Dynamics365+2 crossposts

Built a Chrome extension to edit D365 JS libraries without leaving the record and also allow debugging

Something I've been working on for a while and would love honest feedback from community members.

The problem I was trying to solve was the steps to do from a D365 record and Power Apps just to edit a web resource is sometimes tedious.
Even when debugging, finding your library in Chrome's Sources tab every single time is long.

What I tried and build was
. A side panel that loads the JS libraries attached to whichever form you're on
. Edit and publish directly without leaving the record
. Set breakpoints in the editor, open DevTools (F12), trigger your action , it pauses at the right line automatically

I've tested it on standard entities and a few custom ones. But I work in one org so my testing is limited.

Things I'd specifically love feedback on:
→ Does it detect the right form on your entity?
→ Does it load libraries correctly including $webresource: prefixed ones?
→ Any issues with managed solution libraries?
→ Anything missing that would actually make it part of your workflow?

Link : https://chrome.google.com/webstore/detail/pfcmjogegdpdbhfphhnanioadojohimg

Thanks in advance

u/Few-Chocolate6804 — 6 days ago