Easy web scraper by Databar

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

Easy web scraper by Databar क्या है?

Easy web scraper by Databar https://databar.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple, no-code extension to collect data from any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy web scraper by Databar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Easy web scraper by Databar Easy web scraper by Databar
ID diijlidbfjnlccmmalabeflgckicodbj
आधिकारिक URL https://chromewebstore.google.com/detail/easy-web-scraper-by-datab/diijlidbfjnlccmmalabeflgckicodbj
विवरण A simple, no-code extension to collect data from any website.
फ़ाइल का आकार 493 KB
स्थापना संख्या 603
वर्तमान संस्करण 0.2.43
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2023-04-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://databar.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.databar.ai
सहायता पृष्ठ URL https://www.databar.ai
गोपनीयता नीति पृष्ठ URL https://databar.ai/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}