Important
This project is open source. Like it? Show your support by starring the repository. If you're using it, let me know, encouragement goes a long way, and changes are made based on feedback. You may also be a developer, check below for information on how to contribute
Of all the CPQ systems, SAP CPQ certainly is one of them. This extension is designed to make the experience of using SAP CPQ better. It's created as an extension since that's how we all interact with SAP anyway, and this allows easy updates and changes to be made.
- Shortcuts to various pages, no more clicking around
- Mods to the UI to make it easier to use
- Formula formatter to make formulas easier to read
- More to come!
- Go to the releases page and download the latest release zip
- Unzip the file
Important
This should be temporary while i figure out how to get this on the chrome store
- Open in browser -
chrome://extensions
- Check -
Developer mode
- Find and Click -
Load unpacked extension
- Open the folder you unzipped
- Open in browser -
about:debugging#/runtime/this-firefox
- Find and Click -
Load Temporary Add-on...
- Select -
manifest.json
from folder you unzipped
Remember in firefox you add plugin in temporary mode, that's mean it's disappear after close browser, you must do it again, on next launch.
This plugin is built using:
- React18
- TypeScript
- Tailwindcss
- Material-UI
- Vite
- Turborepo
- Prettier
- ESLint
- Semantic Versioning
- Chrome Extension Manifest Version 3
- Chrome Extension Boilerplate
Check out - Chrome Extension Boilerplate for full details.
- Clone the repo
- (Recommended) Open the project in a devcontainer, wait for the install to finish
- (Recommended) Open up the project workspace in vscode
- Run
pnpm dev
(it's run parallel with pnpm dev-server automatically)