Agility RPA

Agility RPA Integration with Chrome.

Wat is Agility RPA?

Agility RPA is een Chrome-extensie ontwikkeld door Enterdev S.A.S., en de belangrijkste functie is "Agility RPA Integration with Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Agility RPA

Download Agility RPA-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

                        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.                    

Basisinformatie over de Extensie

Naam Agility RPA Agility RPA
ID opdfdiecheihfgilhekjfdbdjgejodie
Officiële URL https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie
Beschrijving Agility RPA Integration with Chrome.
Bestandsgrootte 245 KB
Aantal Installaties 0
Huidige Versie 1.71
Laatst Bijgewerkt 2023-10-22
Publicatiedatum 2021-02-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Enterdev S.A.S.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.enterdev.com/
Help Pagina-URL https://helpdesk.enterdev.co/
URL van de Privacybeleid Pagina https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf
Ondersteunde Talen 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:\/\/*\/*"
    ]
}