This Chrome extension enhances the workflow for developers and users working with SAP Hybris environments. It provides quick navigation between different Hybris environments, including seamless switching between Backoffice and HAC (Hybris Administration Console) interfaces.
- Clone this repository or download the source code.
- Open Chrome and navigate to chrome://extensions/.
- Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
The extension uses a config.json file to determine supported domains and navigation options. You can customize this file to add or modify environments:
{
"domains": [
{
"domain_name": "your-hybris-domain.com",
"possible_paths": ["path1", "path2"],
"cluster": "cluster1",
"env": "env1"
}
],
"clusters": [
{
"id": "cluster1",
"envs": [
{
"id": "env1",
"options": [
{
"title": "Option 1",
"url": "https://option1-url.com"
},
{
"title": "Option 2",
"url": "https://option2-url.com"
}
]
}
]
}
]
}
- Navigate to a supported Hybris domain.
- Right-click to open the context menu.
- Select the desired environment or option from the "Go to" submenu.
- The extension will either switch to an existing tab or open a new one with the selected environment.
Workaround: Try switching to another tab and switch back
Workaround: Try switching to another tab and switch back