RPA Automation Extension
RPA web recording and playback extension.
Wat is RPA Automation Extension?
RPA Automation Extension is een Chrome-extensie ontwikkeld door xiaolei028, en de belangrijkste functie is "RPA web recording and playback extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie RPA Automation Extension
Download RPA Automation Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a plug-in for RPA products.it helps to implement automation functions 1.Record browser operations (click,input get text,etc.) 2. Playback recording operation 3.Element capture (grab an element and its information from the curren DOM.)
Basisinformatie over de Extensie
Naam | RPA Automation Extension |
ID | deknijehbgjmcifokgebbchmhpenfnee |
Officiële URL | https://chromewebstore.google.com/detail/rpa-automation-extension/deknijehbgjmcifokgebbchmhpenfnee |
Beschrijving | RPA web recording and playback extension. |
Bestandsgrootte | 9.8 MB |
Aantal Installaties | 219 |
Huidige Versie | 3.8.1.21 |
Laatst Bijgewerkt | 2023-08-21 |
Publicatiedatum | 2021-10-27 |
Ontwikkelaar | xiaolei028 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://rpa.paas.cmbchina.com/privacy |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "RPA web recording and playback extension.", "manifest_version": 2, "name": "RPA Automation Extension", "version": "3.8.1.21", "version_name": "3.8.1.21", "homepage_url": "http:\/\/rpa-community.paasuat.cmbchina.cn", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon_menu16.png", "32": "icons\/icon_menu32.png", "64": "icons\/icon_menu64.png" }, "default_title": "RPA Automation Extension" }, "applications": { "gecko": { "id": "[email protected]" } }, "permissions": [ "tabs", "activeTab", "contextMenus", "downloads", "webNavigation", "storage", "debugger", " |