Skip to main content

Mozilla Firefox - Extension - Install

Summary

Installs an extension on the Mozilla Firefox Browser.

Sample Run

Sample Run 1 Sample Run 2 Sample Run 3

Dependencies

Register-FirefoxExtension

User Parameters

NameExampleRequiredDescription
ExtensionName'Unblock-Origin'TrueThe name of the extension to install.
MandateFalseRemoves the user's right to remove the extension.

Task Creation

Create a new Script Editor style script in the system to implement this task.
Task Creation Step 1
Task Creation Step 2

Name: Mozilla Firefox - Extension - Install
Description: Installs an extension on the Mozilla Firefox Browser.
Category: Application
Task Creation Image

Parameters

Add a new parameter by clicking the Add Parameter button present at the top-right corner of the screen.
Add Parameter

This screen will appear.
Parameter Screen

  • Set ExtensionName in the Parameter Name field.
  • Enable the Required Field option.
  • Select Text String from the Parameter Type dropdown menu.
  • Click the Save button.
    Save Button
  • It will ask for confirmation to proceed. Click the Confirm button to create the parameter.
    Confirm Button

Add another parameter by clicking the Add Parameter button present at the top-right corner of the screen.
Add Parameter

This screen will appear.
Parameter Screen

  • Set Mandate in the Parameter Name field.
  • Select Flag from the Parameter Type dropdown menu.
  • Click the Save button.
    Save Button
  • It will ask for confirmation to proceed. Click the Confirm button to create the parameter.
    Confirm Button

Parameter Image

Task

Navigate to the Script Editor section and start by adding a row. You can do this by clicking the Add Row button at the bottom of the script page.
Add Row

A blank function will appear.
Blank Function

Row 1 Function: PowerShell Script

Search and select the PowerShell Script function.
PowerShell Function PowerShell Function Selection

The following function will pop up on the screen:
Function Pop Up

Paste in the following PowerShell script and set the expected time of script execution to 900 seconds. Click the Save button.

PowerShell Script

Save Script

Click the Save button at the top-right corner of the screen to save the script.
Save Button

Completed Task

Completed Task

Output

  • Script Log

Changelog

2025-04-10

  • Initial version of the document