0

With command line parameters for Chrome, we know that we can automatically load an unpacked extension while we develop it:

chrome.exe --load-extension=path/to/my-extension

Is there a related parameter for also "pinning" it to the Extensions toolbar area in the browser?

Brad
  • 159,648
  • 54
  • 349
  • 530
  • 1
    Add [ExtensionSettings policy](https://support.google.com/chrome/a/answer/7532015) for your extension id with `toolbar_pin` property set to `force_pinned`. – wOxxOm Jan 24 '23 at 08:34

0 Answers0