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.crx
file 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.zip
file
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.crx
file 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 pack
Load 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
./src
folder
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 debugging
checkbox - In the top right corner, Click Load Temporary Add-on
- Select the
./dist/sfcc-devtools-firefox.zip
file
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
./src
folder
Pack Extensions
cd sfcc-devtools
npm run pack