ARGOS DOM

Xpath extraction extension for ARGOS STU (HTML Action)

What is ARGOS DOM?

ARGOS DOM is a Chrome extension developed by argos-labs, and its main feature is "Xpath extraction extension for ARGOS STU (HTML Action)".

Extension Screenshots

screenshot

Download ARGOS DOM Extension CRX File

Download ARGOS DOM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ARGOS DOM ARGOS DOM
ID ppkgomennnalkaicngppnanggkkdjnje
Official URL https://chromewebstore.google.com/detail/argos-dom/ppkgomennnalkaicngppnanggkkdjnje
Description Xpath extraction extension for ARGOS STU (HTML Action)
File Size 67.02 KB
Installation Count 85
Current Version 1.1.0
Last Updated 2021-11-10
Publish Date 2021-08-27
Developer argos-labs
Email [email protected]
Payment Type free
Extension Website https://www.argos-labs.com
Help Page URL https://www.argos-labs.com
Supported Languages 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"
}