RPA Automation Extension
RPA web recording and playback extension.
Was ist RPA Automation Extension?
RPA Automation Extension ist eine Chrome-Erweiterung, die von xiaolei028 entwickelt wurde, und ihr Hauptmerkmal ist "RPA web recording and playback extension.".
Erweiterungsscreenshots
RPA Automation Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie RPA Automation Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | RPA Automation Extension |
ID | deknijehbgjmcifokgebbchmhpenfnee |
Offizielle URL | https://chromewebstore.google.com/detail/rpa-automation-extension/deknijehbgjmcifokgebbchmhpenfnee |
Beschreibung | RPA web recording and playback extension. |
Dateigröße | 9.8 MB |
Installationsanzahl | 219 |
Aktuelle Version | 3.8.1.21 |
Letztes Update | 2023-08-21 |
Veröffentlichungsdatum | 2021-10-27 |
Entwickler | xiaolei028 |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://rpa.paas.cmbchina.com/privacy |
Unterstützte Sprachen | 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", " |