Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

Rocketbot web automation là gì?

Rocketbot web automation là một tiện ích mở rộng Chrome được phát triển bởi Rocketbot, và tính năng chính của nó là "Rocketbot extension for automate main browser without use selenium".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rocketbot web automation

Tải xuống các tệp mở rộng Rocketbot web automation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rocketbot web automation Rocketbot web automation
ID nphceendbkambfdfdnodkcennhkpckpl
URL Chính Thức https://chromewebstore.google.com/detail/rocketbot-web-automation/nphceendbkambfdfdnodkcennhkpckpl
Mô tả Rocketbot extension for automate main browser without use selenium
Kích Thước Tệp 86.59 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-12-03
Ngày Phát Hành 2020-12-02
Nhà Phát Triển Rocketbot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rocketbot.co
URL Trang Trợ Giúp https://forum.rocketbot.co/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}