Browserflow - Web Scraping & Web Automation

Automate your work on any website.

Apa itu Browserflow - Web Scraping & Web Automation?

Browserflow - Web Scraping & Web Automation adalah ekstensi Chrome yang dikembangkan oleh https://browserflow.app, dan fitur utamanya adalah "Automate your work on any website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Browserflow - Web Scraping & Web Automation

Unduh file ekstensi Browserflow - Web Scraping & Web Automation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Browserflow - Web Scraping & Web Automation Browserflow - Web Scraping & Web Automation
ID hfjnppljknigdnnpocjjgdcfmnodoafe
URL Resmi https://chromewebstore.google.com/detail/browserflow-web-scraping/hfjnppljknigdnnpocjjgdcfmnodoafe
Deskripsi Automate your work on any website.
Ukuran File 1.74 MB
Jumlah Instalasi 14,862
Versi Saat Ini 0.13.10
Terakhir Diperbarui 2024-02-18
Tanggal Publikasi 2021-06-16
Penilaian 4.87/5 Total 168 Penilaian
Pengembang https://browserflow.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browserflow.app
URL Halaman Kebijakan Privasi https://browserflow.app/privacy
Bahasa yang Didukung 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"
        }
    ]
}