Can not F4 (orchestrator Mode) Backoffice in Hybris - sap-commerce-cloud

I can not open orchestrator mode Backoffice in Hybris.
Please help me to solve this problem.
Thanks so much.

When it happens with me I usually refresh the page.

You have to make sure you are admin user.

Related

Retrieve History of a specific Tab in chrome [duplicate]

I am developing a little extensions called "Tab Bundler", which in short saves all the open tabs in a window into a bundle that can be opened with the click of a button. When a bundle is opened however, no history of how the user got to that url is saved, ie. the user can't click back to see how they got to that url. This is functionality I want to implement. I looked for a while, googling, looking thoroughly through the google chrome extension documentation: http://code.google.com/chrome/extensions/history.html. But I couldn't figure out how to get this information without tracking it myself. Is that the only option I have? Any thoughts would be really appreciated.
Thanks!
Look, many people tried this before. You are not alone in this quest!
At the moment the answer in Google Code was: anybody asked for it when they where developing the History API. Then there's no elegant way to access tabs' history.
Of course, you can hook chrome.tabs.onUpdated to record every page and make your own tab's history...
You could probably hook chrome.tab.onUpdate as well as some state or focus change hook to correlate.
I really want this, please make it!

Open chrome://extensions from web using link

I have an chrome extension that might be disabled by the user. I want to create a link to the chrome://extensions menu in that case. It would be something like
Chrome extensions
which is not allowed: Not allowed to load local resource: chrome://extensions/
Most of the solutions I have read imply the use of an extension (which for this use case will be disabled):
chrome.tabs.create({'url': 'chrome://extensions'});
Is there any way to solve this issue?
Of course, I might be wrong... In that case, what could I do?
Thanks in advance
No. There exist privileged URLs and they cannot be opened from web pages or the command line.

How to hidden install extension?

Is there a way to install a crossrider extension on a user's computer without letting him/her know it? My website requires this when a user click on a "set as homepage" link.
Thanks for any help.
Changing the user's home page is generaly concidered as a very annoying thing to do. You can look at this previous discution.
Installing an extension without warning the user is not possible in a normal way because of obvious security reasons. When you know what kind of things you can do with google extension, it's better like this. It should be a huge problem if an extension can install himself without warn and send your password or personnal information like your bank credentials...

Plone 4 Admin menu

The Admin dropdown on a new plone 4 instance isn't providing the dropdown it just takes me to the admin dashboard...does anyone have any suggestions or insight?
I have two sites that live on the same server: one admin menu works, one does not. everything else on the site with the broken menu seems to work fine.
I've been testing both sites in different tabs in the same IE browser instance. Help would be appreciated!
Happy Holidays!
You are facing some issue with your javascript support. Is it enabled in your browser, right? Using firebug, do you see some error in the js console?
Anyway there was a ticket for providing a not-js fallback (#10794). It was closed but we will reopen it and fix it.
Edit:
The ticket has been solved. Next releases will carry the fix.

Chrome extension to focus on omnibox?

Is there a way to focus on the omnibox, either using the ExecuteScript or the Omnibox API? I don't think its possible but can anyone think of a work around?
Sorry, currently not possible.

Resources