I know how to add a menu-item at the extras menu by using
pimcoreReady: function (params,broker){
...
toolbar.extrasMenu.add(action);
But what im really looking for is to add a menu-item below the search button, here, Is it possible?
Also, I would like to show this icon only if the user has a certain permission assigned to him, is that possible without changing pimcores core?
Best Regards! /J
This should get you going: