VMware CWS Checker is a web browser extension to help check your security with (or even without) VMware CWS service
- Unstable:
- current main repository
- Stable for Chrome, Firefox and Edge:
Please note: Latest extension standards uses manifest v3. It ensures better security and quicker development turnaround. Unfortunately Firefox and Edge do not support it yet. Until they do, please use older version of code for Firefox/Edge use-case. For all new features, please consider to use Chrome.
Or via:
- Download this repo as stable release listed above or newer changes via ZIP file from GitHub.
- Unzip the file and you should have a folder named
vmware-sase-check-<version name here>
when downloading a release orvmware-sase-check-main
. - In Chrome go to the extensions page (
chrome://extensions
). - Enable Developer Mode.
- Drag the
vmware-sase-check-main
folder anywhere on the page to import it (do not delete the folder afterwards). - Click then on the extension icon (on the top right corner) and pin the new plugin (so you can see it all the time).
Notes
- Every time you open Chrome it may warn you about running extensions in developer mode, just click ✕ to keep the extension enabled.
- Download this repo as stable release listed above.
- Unzip the file and you should have a folder named
vmware-sase-check-<version name here>
. - Open Firefox
- Enter 'about:debugging' in the URL bar
- Click 'This Firefox'
- Click 'Load Temporary Add-on'
- Open the extension's directory and select manifest.json.
- Download this repo as stable release listed above.
- Unzip the file and you should have a folder named
vmware-sase-check-<version name here>
. - In Edge enable developer mode by going to 'about:flags' and check box 'Enable extension developer features'.
- Restart Edge.
- Click on Settings (icon with ...).
- Click on Extension.
- Use 'Load Extension' and select the whole folder.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
or
Leave a GitHub star on the top right.
MIT, see LICENSE