Agility RPA
Agility RPA Integration with Chrome.
什么是Agility RPA?
Agility RPA是由Enterdev S.A.S.开发的Chrome扩展程序,该扩展的主要功能是“Agility RPA Integration with Chrome.”。
扩展截图
下载Agility RPA扩展crx文件
下载Agility RPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make RPA Chrome automation using Agility RPA Platform. Only for Agility RPA Users. If you want to create an RPA bot over chrome and you need to use the user instance, you need to add this extension on your browser and provide full access, including files and InPrivate windows. This extension only execute the steps described on Agility RPA Studio and any user can view the process when Agility is working because the automation is executed only if an user execute it.
扩展基本信息
名称 | Agility RPA |
ID | opdfdiecheihfgilhekjfdbdjgejodie |
官方URL | https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie |
简介 | Agility RPA Integration with Chrome. |
文件大小 | 245 KB |
安装次数 | 0 |
当前版本 | 1.71 |
更新时间 | 2023-10-22 |
上架时间 | 2021-02-16 |
评分 | 5.00/5 共1次评分 |
开发者 | Enterdev S.A.S. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.enterdev.com/ |
帮助页面URL | https://helpdesk.enterdev.co/ |
隐私政策页面URL | https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agility RPA", "version": "1.71", "description": "Agility RPA Integration with Chrome.", "short_name": "AgilityRPA", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Agility Extension", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "js": [ "js\/jquery-3.3.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "permissions": [ "activeTab", "nativeMessaging", "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ] } |