If your organization uses Group Policies for browser extension management then follow the instructions from this page to ensure that the UiPath Extension for Edge is installed correctly.
The list of active policies on your machine can be viewed in Edge by navigating to edge://policy
.
You can find out more information about Edge policy management on this page.
Group Policies that affect the UiPath Extension for Edge
ExtensionInstallForcelist
The ExtensionInstallForcelist policy controls which extensions are force-installed in the browser.
This policy must contain the ID of the UiPath Extension for Edge.
For machines that are joined to a Windows Active Directory follow the installation steps for the Group Policy Offline installation method.
For this installation method the ExtensionInstallForcelist policy must contain the value:
ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/EdgeExtension_SelfHosted/extension_manifest_edge.xml
For machines that are not joined to a Windows Active Directory follow the installation steps for the Group Policy Online installation method.
For this installation method the ExtensionInstallForcelist policy must contain the value:
kcgmcmhhfbcacnlnopghneecffhelmhe;https://edge.microsoft.com/extensionwebstorebase/v1/crx
DeveloperToolsAvailability
If the UiPath Extension for Edge is installed using Group Policy then the DeveloperToolsAvailability policy must be set to the value 1
(Allow usage of the Developer Tools) to enable the full extension functionality.
See more details about this setting in the troubleshooting page.
NativeMessagingBlocklist
The NativeMessagingBlockList policy prevents the UiPath NativeHost (ChromeNativeMessaging.exe
) from working.
You can allow the UiPath NativeHost by adding the value com.uipath.chromenativemsg_v2
to the NativeMessagingAllowList policy.
ExtensionInstallBlockList
The ExtensionInstallBlockList policy prevents extensions from being installed on the machine.
To fix this, you can either:
- Install the UiPath Extension using Group Policy.
- Or allow the UiPath Extension to be installed from the Edge Web Store by adding the value
kcgmcmhhfbcacnlnopghneecffhelmhe
to the ExtensionInstallAllowList policy.
NativeMessagingUserLevelHosts
If the NativeMessagingUserLevelHosts policy is set to false
, it prevents the UiPath extension from working correctly in the case it was installed without administrator privileges.
To fix this, you can either:
- Install the UiPath Extension using Group Policy.
- Set the NativeMessagingUserLevelHosts policy to
true
.
BlockExternalExtensions
If the BlockExternalExtensions policy is set to true
, it prevents the UiPath extension from being installed in any other way except for by policy.
To fix this you can either:
- Install the UiPath Extension using Group Policy.
- Set the BlockExternalExtensions policy to
false
.
ExtensionAllowedTypes
If the ExtensionAllowedTypes policy is set, it prevents the UiPath Extension from being installed. To fix this, you must add the value extension
to the ExtensionAllowedTypes policy.
ExtensionSettings
If the ExtensionSettings policy is set to block all extensions it will prevent the UiPath Extension from being installed.
To fix this you can either:
- Install the UiPath Extension using Group Policy.
- Or allow the UiPath Extension to be installed from the Edge Web Store by adding the value
kcgmcmhhfbcacnlnopghneecffhelmhe
to the ExtensionInstallAllowList policy.
Updated 5 months ago