Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

What is Rocketbot web automation?

Rocketbot web automation is a Chrome extension developed by Rocketbot, and its main feature is "Rocketbot extension for automate main browser without use selenium".

Extension Screenshots

screenshot

Download Rocketbot web automation Extension CRX File

Download Rocketbot web automation 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

                        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                    

Extension Basic Information

Name Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
Official URL https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
Description Rocketbot extension for automate main browser without use selenium
File Size 86.59 KB
Installation Count 120
Current Version 1.0.0
Last Updated 2020-12-03
Publish Date 2020-12-02
Developer Rocketbot
Email [email protected]
Payment Type free
Extension Website https://rocketbot.co
Help Page URL https://forum.rocketbot.co/
Supported Languages 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:\/\/*\/"
    ]
}