Sherpa RPA

Sherpa RPA

Was ist Sherpa RPA?

Sherpa RPA ist eine Chrome-Erweiterung, die von https://sherparpa.ru entwickelt wurde, und ihr Hauptmerkmal ist "Sherpa RPA".

Erweiterungsscreenshots

screenshot

Sherpa RPA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sherpa RPA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sherpa RPA Sherpa RPA
ID bdnlfnchnkjeempadnmcgbbkbacffobl
Offizielle URL https://chromewebstore.google.com/detail/sherpa-rpa/bdnlfnchnkjeempadnmcgbbkbacffobl
Beschreibung Sherpa RPA
Dateigröße 92.93 KB
Installationsanzahl 1,259
Aktuelle Version 1.0.9
Letztes Update 2022-02-02
Veröffentlichungsdatum 2020-06-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://sherparpa.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sherparpa.ru
URL der Datenschutzrichtlinien-Seite https://sherparpa.ru/privacy-policy
Unterstützte Sprachen 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"
}