Browserflow - Web Scraping & Web Automation

Automate your work on any website.

Was ist Browserflow - Web Scraping & Web Automation?

Browserflow - Web Scraping & Web Automation ist eine Chrome-Erweiterung, die von https://browserflow.app entwickelt wurde, und ihr Hauptmerkmal ist "Automate your work on any website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Browserflow - Web Scraping & Web Automation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browserflow - Web Scraping & Web Automation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Browserflow - Web Scraping & Web Automation Browserflow - Web Scraping & Web Automation
ID hfjnppljknigdnnpocjjgdcfmnodoafe
Offizielle URL https://chromewebstore.google.com/detail/browserflow-web-scraping/hfjnppljknigdnnpocjjgdcfmnodoafe
Beschreibung Automate your work on any website.
Dateigröße 1.74 MB
Installationsanzahl 14,862
Aktuelle Version 0.13.10
Letztes Update 2024-02-18
Veröffentlichungsdatum 2021-06-16
Bewertung 4.87/5 Insgesamt 168 Bewertungen
Entwickler https://browserflow.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browserflow.app
URL der Datenschutzrichtlinien-Seite https://browserflow.app/privacy
Unterstützte Sprachen 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"
        }
    ]
}