RPA Automation Extension
RPA web recording and playback extension.
Qu'est-ce que RPA Automation Extension ?
RPA Automation Extension est une extension Chrome développée par xiaolei028, et sa fonction principale est "RPA web recording and playback extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RPA Automation Extension
Téléchargez les fichiers d'extension RPA Automation Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.)
Informations de Base sur l'Extension
Nom | RPA Automation Extension |
ID | deknijehbgjmcifokgebbchmhpenfnee |
URL Officiel | https://chromewebstore.google.com/detail/rpa-automation-extension/deknijehbgjmcifokgebbchmhpenfnee |
Description | RPA web recording and playback extension. |
Taille du Fichier | 9.8 MB |
Nombre d'Installations | 219 |
Version Actuelle | 3.8.1.21 |
Dernière Mise à Jour | 2023-08-21 |
Date de Publication | 2021-10-27 |
Développeur | xiaolei028 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://rpa.paas.cmbchina.com/privacy |
Langues Prises en Charge | 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", " |