Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

什麼是Rocketbot web automation?

Rocketbot web automation是由Rocketbot開發的Chrome擴展程式,該擴展的主要功能是“Rocketbot extension for automate main browser without use selenium”。

擴展截圖

screenshot

下載Rocketbot web automation擴展crx文件

下載Rocketbot web automation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
官方網址 https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
簡介 Rocketbot extension for automate main browser without use selenium
檔案大小 86.59 KB
安裝次數 120
目前版本 1.0.0
更新時間 2020-12-03
上架時間 2020-12-02
開發者 Rocketbot
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rocketbot.co
說明頁面URL https://forum.rocketbot.co/
支援的語言 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:\/\/*\/"
    ]
}