Nintex RPA Chrome Extension
Nintex RPA integration with Google Chrome.
什么是Nintex RPA Chrome Extension?
Nintex RPA Chrome Extension是由Nintex开发的Chrome扩展程序,该扩展的主要功能是“Nintex RPA integration with Google Chrome.”。
扩展截图
下载Nintex RPA Chrome Extension扩展crx文件
下载Nintex RPA Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows Nintex RPA to access and automate web pages in Chrome. Using Nintex RPA, enterprises can leverage trained bots to quickly and cost-effectively automate routine tasks without the use of code in an easy-to-use drag and drop interface. Users are now equipped with a comprehensive, enterprise-grade process management and automation solution that streamlines processes fueled by both structured and unstructured data sources.
扩展基本信息
名称 | Nintex RPA Chrome Extension |
ID | hicljaeiiajaecppcpfphnibmddpehlk |
官方URL | https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk |
简介 | Nintex RPA integration with Google Chrome. |
文件大小 | 53.5 KB |
安装次数 | 1,850 |
当前版本 | 3.3.0.0 |
更新时间 | 2024-02-06 |
上架时间 | 2020-07-07 |
评分 | 5.00/5 共3次评分 |
开发者 | Nintex |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.nintex.com/ |
帮助页面URL | https://customer.nintex.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3.0.0", "manifest_version": 3, "name": "Nintex RPA Chrome Extension", "description": "Nintex RPA integration with Google Chrome.", "background": { "service_worker": "background.min.js" }, "icons": { "16": "NintexRPAChromiumExt16.png", "48": "NintexRPAChromiumExt48.png", "128": "NintexRPAChromiumExt128.png" }, "permissions": [ "nativeMessaging", "background", "activeTab", "tabs", "webNavigation", "windows", "storage", "downloads", "pageCapture" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "16": "NintexRPAChromiumExt16.png", "24": "NintexRPAChromiumExt24.png", "32": "NintexRPAChromiumExt32.png" }, "default_title": "Nintex RPA" }, "content_scripts": [ { "matches": [ " |