wolkvox rpa web Inspector

Extension of the wolkvox rpa, the wolkvox rpa Inspector is a powerful and versatile tool

Was ist wolkvox rpa web Inspector?

wolkvox rpa web Inspector ist eine Chrome-Erweiterung, die von Bionikron RPA entwickelt wurde, und ihr Hauptmerkmal ist "Extension of the wolkvox rpa, the wolkvox rpa Inspector is a powerful and versatile tool".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

wolkvox rpa web Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie wolkvox rpa web Inspector-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

                        Wolkvox RPA Inspector es una valiosa ampliación de Wolkvox RPA, una herramienta de automatización robusta y flexible. Esta extensión se ha diseñado para facilitar la captura de elementos web y agilizar la programación de automatizaciones dentro de la plataforma Wolkvox RPA.

Wolkvox RPA Inspector es una herramienta poderosa y versátil que permite a los usuarios identificar y seleccionar fácilmente los elementos web necesarios para automatizar tareas. Con esta extensión, los usuarios pueden realizar capturas de pantalla de páginas web y extraer información clave, como campos de texto, botones, enlaces y otros elementos interactivos.

Al utilizar Wolkvox RPA Inspector, los desarrolladores y especialistas en automatización pueden ahorrar tiempo y esfuerzo al crear flujos de trabajo automatizados. La extensión simplifica el proceso de identificación de elementos web, lo que facilita la programación de tareas de automatización en la herramienta Wolkvox RPA.                    

Grundlegende Informationen zur Erweiterung

Name wolkvox rpa web Inspector wolkvox rpa web Inspector
ID jlnpbojknlkljfionhldlllfcbbpfoic
Offizielle URL https://chromewebstore.google.com/detail/wolkvox-rpa-web-inspector/jlnpbojknlkljfionhldlllfcbbpfoic
Beschreibung Extension of the wolkvox rpa, the wolkvox rpa Inspector is a powerful and versatile tool
Dateigröße 118 KB
Installationsanzahl 87
Aktuelle Version 1.0.0.0
Letztes Update 2023-07-01
Veröffentlichungsdatum 2023-06-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Bionikron RPA
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rpa.wolkvox.com/manager
Hilfeseite URL https://rpa.wolkvox.com/docs
URL der Datenschutzrichtlinien-Seite https://rpa.wolkvox.com
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wolkvox rpa web Inspector",
    "description": "Extension of the wolkvox rpa, the wolkvox rpa Inspector is a powerful and versatile tool",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "permissions": [
        "nativeMessaging",
        "scripting",
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icono.png",
            "24": "icono.png",
            "32": "icono.png"
        },
        "default_title": "Inspect window"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.wolkvox.com\/*",
            "*:\/\/rpa.wolkvox.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/inspect.js"
            ]
        }
    ],
    "icons": {
        "16": "icono.png",
        "48": "icono.png",
        "128": "icono.png"
    }
}