I'm having difficulty debugging code that is forced via chrome enterprise.
Using:
Chrome Admin -> Devices -> Chrome -> Apps & Extensions
To force install extension on devices.
The extension requires permissions "enterprise.deviceAttributes". This permission will only run if the extension has been force installed using this method.
However, when an extension is force installed, Chrome will not let you open the inspector.
How is it possible to debug extensions that use "enterprise.deviceAttributes"?
Thanks!