Easy web scraper by Databar

A simple, no-code extension to collect data from any website.

Qu'est-ce que Easy web scraper by Databar ?

Easy web scraper by Databar est une extension Chrome développée par https://databar.ai, et sa fonction principale est "A simple, no-code extension to collect data from any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy web scraper by Databar

Téléchargez les fichiers d'extension Easy web scraper by Databar 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

                        Scrape any web page in under 30 seconds for free and without code. The easiest web scraper - simply add columns to your dataset by selecting what you want to scrape and watch it automatically pull in data from any web page.
Works natively with Databar workspaces - pull data into your workspace and enrich it with third party APIs for a more complete dataset.
Visualize and embed scraped data automatically.
Share it with your team or send it to Google Sheets, Coda.io, or Hubspot!                    

Informations de Base sur l'Extension

Nom Easy web scraper by Databar Easy web scraper by Databar
ID diijlidbfjnlccmmalabeflgckicodbj
URL Officiel https://chromewebstore.google.com/detail/easy-web-scraper-by-datab/diijlidbfjnlccmmalabeflgckicodbj
Description A simple, no-code extension to collect data from any website.
Taille du Fichier 493 KB
Nombre d'Installations 603
Version Actuelle 0.2.43
Dernière Mise à Jour 2023-11-22
Date de Publication 2023-04-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://databar.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.databar.ai
URL de la Page d'Aide https://www.databar.ai
URL de la Page de Politique de Confidentialité https://databar.ai/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.43",
    "author": "Databar.ai",
    "name": "Easy web scraper by Databar",
    "description": "A simple, no-code extension to collect data from any website.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.98ee31a0.css"
            ]
        }
    ]
}