ARGOS DOM

Xpath extraction extension for ARGOS STU (HTML Action)

Was ist ARGOS DOM?

ARGOS DOM ist eine Chrome-Erweiterung, die von argos-labs entwickelt wurde, und ihr Hauptmerkmal ist "Xpath extraction extension for ARGOS STU (HTML Action)".

Erweiterungsscreenshots

screenshot

ARGOS DOM-Erweiterungs-CRX-Datei herunterladen

Laden Sie ARGOS DOM-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

                        This extension works in conjunction with the HTML Action operation in ARGOS STU (the automation scenario development software of the ARGOS Low-code platform). It visualizes and facilitates acquisition of Xpath and other various browser related information for development of ARGOS Automation Scenarios.                    

Grundlegende Informationen zur Erweiterung

Name ARGOS DOM ARGOS DOM
ID ppkgomennnalkaicngppnanggkkdjnje
Offizielle URL https://chromewebstore.google.com/detail/argos-dom/ppkgomennnalkaicngppnanggkkdjnje
Beschreibung Xpath extraction extension for ARGOS STU (HTML Action)
Dateigröße 67.02 KB
Installationsanzahl 85
Aktuelle Version 1.1.0
Letztes Update 2021-11-10
Veröffentlichungsdatum 2021-08-27
Entwickler argos-labs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.argos-labs.com
Hilfeseite URL https://www.argos-labs.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ARGOS DOM",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "Launcher.ico",
        "32": "Launcher.ico",
        "48": "Launcher.ico",
        "128": "Launcher.ico"
    },
    "description": "Xpath extraction extension for ARGOS STU (HTML Action)",
    "background": {
        "scripts": [
            "js\/modules\/jquery-1.12.3.min.js",
            "js\/modules\/socket.io.slim.js",
            "js\/background\/background.js",
            "js\/util\/argos_util.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/util\/argos_util.js",
                "js\/content\/content_command.js",
                "js\/content\/content_injection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "52"
}