Agility RPA

Agility RPA Integration with Chrome.

Cos'è Agility RPA?

Agility RPA è un'estensione di Chrome sviluppata da Enterdev S.A.S., e la sua funzione principale è "Agility RPA Integration with Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Agility RPA

Scarica i file di estensione Agility RPA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Agility RPA Agility RPA
ID opdfdiecheihfgilhekjfdbdjgejodie
URL Ufficiale https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie
Descrizione Agility RPA Integration with Chrome.
Dimensione del File 245 KB
Conteggio Installazioni 0
Versione Corrente 1.71
Ultimo Aggiornamento 2023-10-22
Data di Pubblicazione 2021-02-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Enterdev S.A.S.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.enterdev.com/
URL della Pagina di Aiuto https://helpdesk.enterdev.co/
URL della Pagina della Politica sulla Privacy https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf
Lingue Supportate 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:\/\/*\/*"
    ]
}