The Apps Menu as shown in the figure below is used to group buttons for custom actions in one place. It is located in the bottom of the Favorite toolbar of Studio.
You can add your custom button to the Apps Menu by using the addItemsPlugin
as
shown below:
<editor:extensionsMenu> <plugins> <ui:addItemsPlugin> <ui:items> ... </ui:items> </ui:addItemsPlugin> </plugins> </editor:extensionsMenu>