Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

Apa itu Rocketbot web automation?

Rocketbot web automation adalah ekstensi Chrome yang dikembangkan oleh Rocketbot, dan fitur utamanya adalah "Rocketbot extension for automate main browser without use selenium".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rocketbot web automation

Unduh file ekstensi Rocketbot web automation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
URL Resmi https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
Deskripsi Rocketbot extension for automate main browser without use selenium
Ukuran File 86.59 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-12-03
Tanggal Publikasi 2020-12-02
Pengembang Rocketbot
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rocketbot.co
URL Halaman Bantuan https://forum.rocketbot.co/
Bahasa yang Didukung 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:\/\/*\/"
    ]
}