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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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:\/\/*\/"
    ]
}