- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 基于触发器的 Attended 自动化
- 控制流程
- 对象存储库
- 日志记录
- ScreenScrapeJavaSupport 工具
- Studio 测试
- 扩展程序
- 故障排除
UiPath Inc. 及其附属公司在使用本产品时不会处理、使用、访问或存储任何客户数据。
Chrome is resuming the transition to MV3 extensions. Chrome will begin disabling Manifest V2 extensions in pre-stable versions of Chrome (Dev, Canary, and Beta) as early as June 2024, in Chrome 127 and later.
使用 ExtensionManifestV2Availability 策略确保 Manifest V2 扩展程序在组织中继续运行的企业将有额外的一年时间(直到 2025 年 6 月)迁移组织中的 Manifest V2 扩展程序。在此之前,已启用该策略的浏览器不会受到弃用功能的影响。
See the full timeline for the Chrome migration to MV3 extensions here.
旧版 UiPathStudio.msi 安装的适用于 Chrome 的 UiPath 扩展程序 MV2 将停止在 Chrome 中运行。我们强烈建议在此截止日期之前升级您的 UiPath Studio 和 UiPath Robot 安装。
适用于 Chrome 的 UiPath 扩展程序 MV3 在以下 UiPathStudio.msi 版本中可用:
- 2022.10
- 2022.4
- 2021.10.8+
- 2020.10.14+
- 2019.10.9+
这些版本可从以下位置下载:
- UiPath Customer Portal 中的产品下载。
- UiPath Automation Cloud 中的资源中心。要访问资源中心,您需要登录 Automation Cloud 组织,然后单击左侧导航栏上的“帮助”按钮。
此扩展可帮助您在 Google Chrome 中创建浏览器自动化。
您可以通过多种方式安装此扩展程序,具体如下所示:
从 UiPath Studio 安装
- 打开 Studio。
- 导航至“主页”>“工具”>“UiPath 扩展程序”。
- 选择“Chrome”>“安装”。从下拉列表中选择一种可用方法:
- 离线组策略
- 在线组策略
- 所有用户
- 当前用户
- 仅限原生主机
- 打开 Chrome 并导航到
chrome://extensions。 - 根据需要启用 UiPath 网页自动化扩展程序。
从 Studio 安装程序安装
- 运行
UiPathStudio.msi安装程序。 - 选择一种安装模式,然后选择“高级设置”>“扩展程序”>“适用于 Chrome 的 UiPath 扩展程序”。如果您的计算机上安装了 Chrome,则默认情况下会选中该选项。
- 单击“安装”。系统将会继续安装 Studio,同时也会安装 Chrome 扩展程序。
The UiPath Extension for Chrome can also be installed from the command line of UiPathStudio.msi.
从组策略安装
您也可以使用组策略来安装 UiPath Chrome 扩展程序。此方法无需用户确认即可静默安装扩展程序并启用它。
离线
组策略离线安装方法要求目标计算机加入 Microsoft Active Directory 域或 Azure Active Directory。
它不需要访问 Chrome 网上应用店,因此可用于受控环境中互联网访问受限的计算机。
如果满足要求,则 UiPathStudio.msi 默认使用此安装方法。
您也可以通过从提升的命令提示符运行来使用此安装方法:
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chrome-policy-offline /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chrome-policy-offline /silent
如果您的组织使用组策略管理浏览器扩展程序,则还需要进行以下更改:
-
在“扩展程序安装强制列表”策略中,添加以下值:
ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/ChromeExtension_SelfHosted/extension_manifest_chrome.xml -
在NativeMessagingAllowList策略中,添加值
com.uipath.chromenativemsg_v2 -
将“开发者工具可用性”组策略设置为值
1(允许使用开发者工具)以启用完整的扩展程序功能。有关更多信息,请选中“故障排除”页面。
如果您需要在内部网上应用店中托管 UiPath 扩展程序,可以在以下位置找到 .crx 文件:
C:\Program Files\UiPath\Studio\UiPath\BrowserExtension\uipath_extension_for_chrome_self_hosted_mv3.crx
在线
此组策略在线安装方法要求目标计算机有权访问 Chrome 网上应用店(https://clients2.google.com/service/update2/crx 和 https://clients2.googleusercontent.com/crx)。
如果满足其要求并且计算机未加入 Microsoft Active Directory,则 UiPathStudio.msi 使用此安装方法。
您也可以通过从提升的命令提示符运行来使用此安装方法:
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chromepolicyglobal /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chromepolicyglobal /silent
如果您的组织使用组策略管理浏览器扩展程序,则还需要进行以下更改:
-
在“扩展程序安装强制列表”策略中,添加以下值:
kmejkhcmhgilmppjodlgaklnmdmmhhcl;https://clients2.google.com/service/update2/crx -
In the NativeMessagingAllowList policy, add the value:
com.uipath.chromenativemsg_v2 -
将“开发者工具可用性”组策略设置为值
1(允许使用开发者工具)以启用完整的扩展程序功能。有关更多信息,请选中“故障排除”页面。
卸载
可以通过从提升的命令提示符运行来卸载 UiPath Chrome 扩展程序:
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chromecleanup /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /chromecleanup /silent
您也可以通过以下方式进行卸载:打开 Studio,导航到“主页”>“工具”>“UiPath 扩展程序”,然后选择“Chrome”>“卸载”。将使用与安装相同的方法卸载扩展程序。此方法显示在“卸载”按钮旁边的已禁用下拉列表中。
Chrome 版本要求
适用于 Chrome 的 UiPath 扩展程序 MV2 需要 Chrome 64 或更高版本。
适用于 Chrome 的 UiPath 扩展程序 MV3 需要 Chrome 98 或更高版本。
使用上述任一安装方法时,系统将检查浏览器版本,并自动安装具有适当格式(MV2 或 MV3)的扩展程序。
新的扩展程序功能
自动化 Chrome 应用程序
从 UiPathStudio.msi 2022.4 开始,UiPath Chrome 扩展程序可用于自动化 Chrome 应用程序。
故障排除
Your system administrator might have configured Group Policies that prevent the UiPath Extension for Chrome from working. To enable it, please follow the instructions from the Group Policies page.
For any other issues regarding the UiPath Extension for Chrome, please view the detailed troubleshooting page.