Browserflow - Web Scraping & Web Automation

Automate your work on any website.

Qu'est-ce que Browserflow - Web Scraping & Web Automation ?

Browserflow - Web Scraping & Web Automation est une extension Chrome développée par https://browserflow.app, et sa fonction principale est "Automate your work on any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Browserflow - Web Scraping & Web Automation

Téléchargez les fichiers d'extension Browserflow - Web Scraping & Web Automation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Browserflow - Web Scraping & Web Automation Browserflow - Web Scraping & Web Automation
ID hfjnppljknigdnnpocjjgdcfmnodoafe
URL Officiel https://chromewebstore.google.com/detail/browserflow-web-scraping/hfjnppljknigdnnpocjjgdcfmnodoafe
Description Automate your work on any website.
Taille du Fichier 1.74 MB
Nombre d'Installations 14,862
Version Actuelle 0.13.10
Dernière Mise à Jour 2024-02-18
Date de Publication 2021-06-16
Évaluation 4.87/5 Total 168 Évaluations
Développeur https://browserflow.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browserflow.app
URL de la Page de Politique de Confidentialité https://browserflow.app/privacy
Langues Prises en Charge 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"
        }
    ]
}