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開發的Chrome擴展程式,該擴展的主要功能是“A simple, no-code extension to collect data from any website.”。

擴展截圖

screenshot
screenshot
screenshot

下載Easy web scraper by Databar擴展crx文件

下載Easy web scraper by Databar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}