組織でブラウザー拡張機能の管理にグループ ポリシーを使用している場合は、このページの手順に従って UiPath Edge 拡張機能が正しくインストールされていることを確認してください。
マシン上のアクティブなポリシーのリストは、Edge で edge://policy
に移動して確認できます。
You can find out more information about Edge policy management on this page.
UiPath Edge 拡張機能に影響を与えるグループ ポリシー
ExtensionInstallForcelist
The ExtensionInstallForcelist policy controls which extensions are force-installed in the browser.
このポリシーには、UiPath Edge 拡張機能の ID が含まれている必要があります。
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.
これを修正するには、次のいずれかを実行します。
- 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.
これを修正するには、次のいずれかを実行します。
- Install the UiPath Extension using Group Policy.
- NativeMessagingUserLevelHosts ポリシーを
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.
これを修正するには、次のいずれかを実行します。
- Install the UiPath Extension using Group Policy.
- BlockExternalExtensions ポリシーを
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.
これを修正するには、次のいずれかを実行します。
- 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.
7 か月前に更新