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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}