Sherpa RPA

Sherpa RPA

Cos'è Sherpa RPA?

Sherpa RPA è un'estensione di Chrome sviluppata da https://sherparpa.ru, e la sua funzione principale è "Sherpa RPA".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sherpa RPA

Scarica i file di estensione Sherpa 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

                        Sherpa RPA plugin for Google Chrome enables Sherpa RPA users to record their actions on the different websites within Google Chrome. Once installed, this plugin will turn blue if the connection to Sherpa RPA Designer is established and turn red otherwise. Use Sherpa RPA Designer to start recording process. Once in the recording mode, hover your mouse cursor over web page items and click on them to record their positions and properties. Follow instructions that appear at the top of the screen. Use Sherpa RPA Recorder toolbar to finish the recording process. Once finished all recorded actions will appear as new script blocks inside Sherpa RPA Designer.                    

Informazioni di Base sull'Estensione

Nome Sherpa RPA Sherpa RPA
ID bdnlfnchnkjeempadnmcgbbkbacffobl
URL Ufficiale https://chromewebstore.google.com/detail/sherpa-rpa/bdnlfnchnkjeempadnmcgbbkbacffobl
Descrizione Sherpa RPA
Dimensione del File 92.93 KB
Conteggio Installazioni 1,259
Versione Corrente 1.0.9
Ultimo Aggiornamento 2022-02-02
Data di Pubblicazione 2020-06-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sherparpa.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sherparpa.ru
URL della Pagina della Politica sulla Privacy https://sherparpa.ru/privacy-policy
Lingue Supportate en
manifest.json
{
    "author": "Sherpa Robotics",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logogrey-16.png",
            "32": "images\/logogrey-32.png",
            "48": "images\/logogrey-48.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Sherpa RPA",
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png"
    },
    "manifest_version": 2,
    "name": "Sherpa RPA",
    "permissions": [
        "nativeMessaging",
        "cookies",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "short_name": "Sherpa RPA",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}