Browserflow - Web Scraping & Web Automation

Automate your work on any website.

What is Browserflow - Web Scraping & Web Automation?

Browserflow - Web Scraping & Web Automation is a Chrome extension developed by https://browserflow.app, and its main feature is "Automate your work on any website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browserflow - Web Scraping & Web Automation Extension CRX File

Download Browserflow - Web Scraping & Web Automation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Browserflow - Web Scraping & Web Automation Browserflow - Web Scraping & Web Automation
ID hfjnppljknigdnnpocjjgdcfmnodoafe
Official URL https://chromewebstore.google.com/detail/browserflow-web-scraping/hfjnppljknigdnnpocjjgdcfmnodoafe
Description Automate your work on any website.
File Size 1.74 MB
Installation Count 14,862
Current Version 0.13.10
Last Updated 2024-02-18
Publish Date 2021-06-16
Rating 4.87/5 Total 168 Ratings
Developer https://browserflow.app
Email [email protected]
Payment Type free
Extension Website https://browserflow.app
Privacy Policy Page URL https://browserflow.app/privacy
Supported Languages 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"
        }
    ]
}