Browserflow - Web Scraping & Web Automation

Automate your work on any website.

Browserflow - Web Scraping & Web Automation란 무엇입니까?

Browserflow - Web Scraping & Web Automation은(는) https://browserflow.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your work on any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Browserflow - Web Scraping & Web Automation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Imagine if you could teach your browser to do your repetitive tasks and save you hours a week. With Browserflow, you can.

Browserflow allows you to record and build flows to automate things you'd normally do — fill out forms, write emails, extract data, download files, take screenshots, you name it — all without writing code.

Scrape any website and automate any workflow in the browser to save time and avoid mistakes.                    

확장 프로그램 기본 정보

이름 Browserflow - Web Scraping & Web Automation Browserflow - Web Scraping & Web Automation
ID hfjnppljknigdnnpocjjgdcfmnodoafe
공식 URL https://chromewebstore.google.com/detail/browserflow-web-scraping/hfjnppljknigdnnpocjjgdcfmnodoafe
설명 Automate your work on any website.
파일 크기 1.74 MB
설치 횟수 14,862
현재 버전 0.13.10
최근 업데이트 2024-02-18
출시 날짜 2021-06-16
평점 4.87/5 총 168 개의 평점
개발자 https://browserflow.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browserflow.app
개인정보 보호 정책 페이지 URL https://browserflow.app/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automate your work on any website.",
    "version": "0.13.10",
    "name": "Browserflow - Web Scraping & Web Automation",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "debugger",
        "",
        "tabs",
        "cookies",
        "webNavigation",
        "identity"
    ],
    "optional_permissions": [
        "notifications",
        "clipboardRead",
        "downloads"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-48.png",
        "default_title": "Browserflow"
    },
    "web_accessible_resources": [
        "assets\/logo.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+J"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.browserflow.app\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+RbwAnyXYaAXz4iUFv+QDaSyPfPGBlGHOQko8fqWWlxnb1cOVV4mmiWJ1xN9RWBsWLfLDecKldkq8Ttwakv6oxjaenVqM3z0nGeVnBhAZFdfrhsjOvwgkq+Xr8gpB8xVDFUf3yG+NE0SR07jgE7MtYTpAZ78dh2EIPYJrCrWxpPKbZCv33od+4gUl8kpcuQYlqpSdsx9MSvhyOj91kSR2u90bJPr8oPxyXjPkZDNPn5KYhsFx\/MJiL2mWbf+H2dZ3pSy4NMkePdef0k+DzZqdRPH5jsdurYZXT0fDtoq0J1wphdZuz2RBpxaB0UtUMDKsgJGiowO83bgPH3cTaOqAQIDAQAB",
    "oauth2": {
        "client_id": "499625738617-tcp0sjo7dvv7kheqtc493g8k020hv1ok.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/sentry.io; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ]
}