Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

Was ist Rocketbot web automation?

Rocketbot web automation ist eine Chrome-Erweiterung, die von Rocketbot entwickelt wurde, und ihr Hauptmerkmal ist "Rocketbot extension for automate main browser without use selenium".

Erweiterungsscreenshots

screenshot

Rocketbot web automation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rocketbot web automation-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

                        Now you can automate your browser with Rocketbot using this extension

How to use:
- Download the browser_automation module in our marketplace
- Run Server to connect Rocketbot with extension
- Execute module commands                    

Grundlegende Informationen zur Erweiterung

Name Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
Offizielle URL https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
Beschreibung Rocketbot extension for automate main browser without use selenium
Dateigröße 86.59 KB
Installationsanzahl 120
Aktuelle Version 1.0.0
Letztes Update 2020-12-03
Veröffentlichungsdatum 2020-12-02
Entwickler Rocketbot
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rocketbot.co
Hilfeseite URL https://forum.rocketbot.co/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocketbot web automation",
    "description": "Rocketbot extension for automate main browser without use selenium",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Nicolas Liendro y Danilo Toro",
    "browser_action": {
        "default_title": "Rocketbot",
        "default_icon": "img\/ISO_Rojo_128.png"
    },
    "icons": {
        "16": "img\/ISO_Rojo_128.png",
        "128": "img\/ISO_Rojo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content.js",
                "js\/html2canvas.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/script.js",
        "js\/html2canvas.js",
        "chrome-extension:\/\/kmglbgiengedmgegmagckkdcnbjkelab\/js\/html2canvas.js"
    ],
    "permissions": [
        "activeTab",
        "background",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}