Rocketbot web automation

Rocketbot extension for automate main browser without use selenium

Rocketbot web automationคืออะไร?

Rocketbot web automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rocketbot และคุณลักษณะหลักของมันคือ "Rocketbot extension for automate main browser without use selenium"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rocketbot web automation

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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:\/\/*\/"
    ]
}