Agility RPA
Agility RPA Integration with Chrome.
Qu'est-ce que Agility RPA ?
Agility RPA est une extension Chrome développée par Enterdev S.A.S., et sa fonction principale est "Agility RPA Integration with Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Agility RPA
Téléchargez les fichiers d'extension Agility RPA 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
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.
Informations de Base sur l'Extension
Nom | Agility RPA |
ID | opdfdiecheihfgilhekjfdbdjgejodie |
URL Officiel | https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie |
Description | Agility RPA Integration with Chrome. |
Taille du Fichier | 245 KB |
Nombre d'Installations | 0 |
Version Actuelle | 1.71 |
Dernière Mise à Jour | 2023-10-22 |
Date de Publication | 2021-02-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Enterdev S.A.S. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.enterdev.com/ |
URL de la Page d'Aide | https://helpdesk.enterdev.co/ |
URL de la Page de Politique de Confidentialité | https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf |
Langues Prises en Charge | 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:\/\/*\/*" ] } |