Here is how to install this browser extension in your favorite browsers:
Add to Google Chrome
- Download Webkit Extension
- Click Keep when prompted to download the file
- Go to the following URL in a new Google Chrome tab:
chrome://extensions - In the top right corner, Enable Developer Mode
- Drag and Drop
./dist/sfcc-devtools-webkit.crxfile into Extension page
Add to Firefox
- Download Firefox Addon
- Open Firefox
- Go to the following URL in a new tab:
about:debugging#/runtime/this-firefox - In the top right corner, Click Load Temporary Add-on...
- Select the
./dist/sfcc-devtools-firefox.zipfile
Add to Opera
- Download Webkit Extension
- Go to the following URL in a new Opera tab:
chrome://extensions - In the top right corner, Enable Developer Mode
- Drag and Drop
./dist/sfcc-devtools-webkit.crxfile into Extension page - Select Yes, Install when prompted
Here is how to develop the browser extension on your local developer machine:
Build Extension
git clone git@github.com:sfccdevops/sfcc-devtools.git
cd sfcc-devtools
npm install
npm run packLoad Unpacked Extension to Google Chrome
- Open Google Chrome
- Go to the following URL in a new tab:
chrome://extensions - In the top right corner, Enable Developer Mode
- Click the LOAD UNPACKED link in the header
- Select the
./srcfolder
Load Temporary Add-on to Firefox
- Open Terminal in project root and run
npm run pack:firefox - Open Firefox
- Go to the following URL in a new tab:
about:debugging - Select
Enable add-on debuggingcheckbox - In the top right corner, Click Load Temporary Add-on
- Select the
./dist/sfcc-devtools-firefox.zipfile
Load Unpacked Extension to Opera
- Open Google Chrome
- Go to the following URL in a new tab:
chrome://extensions - In the top right corner, Enable Developer Mode
- Click the Load Unpacked button
- Select the
./srcfolder
Pack Extensions
cd sfcc-devtools
npm run pack