Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

Cos'è Rocketbot web automation?

Rocketbot web automation è un'estensione di Chrome sviluppata da Rocketbot, e la sua funzione principale è "Rocketbot extension for automate main browser without use selenium".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rocketbot web automation

Scarica i file di estensione Rocketbot web automation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
URL Ufficiale https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
Descrizione Rocketbot extension for automate main browser without use selenium
Dimensione del File 86.59 KB
Conteggio Installazioni 120
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-12-03
Data di Pubblicazione 2020-12-02
Sviluppatore Rocketbot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rocketbot.co
URL della Pagina di Aiuto https://forum.rocketbot.co/
Lingue Supportate 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:\/\/*\/"
    ]
}