![](https://learn.microsoft.com/media/logos/logo_edge.png)
Hi @Sepehr Ashtari,
To pin extension to toolbar by default, you need to add "toolbar_state": "force_shown"
, just like what you have done in the Chrome part. In the Edge part, you have missed "toolbar_state": "force_shown"
.
However, the reason why Chrome does not have it pinned is they have a different argument name for it: "toolbar_pin": "force_pinned"
. Reference: Configure ExtensionSettings policy.
To conclude:
Edge: "toolbar_state": "force_shown"
Chrome: "toolbar_pin": "force_pinned"
Please note that you may need to restart the browser to ensure the extension is installed and pinned to toolbar.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li