Manual Deployment
Modify the following script and copy it to your RMM's scripting engine or run the script directly on the endpoint to deploy Check:
Review the Extension Configuration Settings and Custom Branding Settings variables and update those to your desired values. The current values in the script are the default values. Leaving any unchanged will set the defaults.
If you are using an RMM that can define variables in its scripting interface, you may be able to remove this section and enter the variable definitions in the RMM instead.
For webhook deployment, configure
$enableGenericWebhook,$webhookUrl, and$webhookEventsin the script. Supported events are documented in Webhook Documentation.
Developers who wish to test their code changes can sideload the extension in their browser.
Fork the repository and clone your fork
Open
chrome://extensionsoredge://extensionsEnable Developer mode and choose Load unpacked
Select the repository root to load the extension. Reload the extension after making changes.
Last updated