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 هو إضافة Chrome تم تطويرها بواسطة https://databar.ai، والميزة الرئيسية لها هي "A simple, no-code extension to collect data from any website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy web scraper by Databar

قم بتنزيل ملفات الامتداد Easy web scraper by Databar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.databar.ai
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}