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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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:\/\/*\/"
    ]
}