Beezy - Super Scraper

The ultimate Omni-web data collector—— Beezy. Get web data with ease.

Beezy - Super Scraper란 무엇입니까?

Beezy - Super Scraper은(는) BEEZY에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate Omni-web data collector—— Beezy. Get web data with ease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Beezy - Super Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🐝What can Beezy do? 

Beezy can easily gather data 🔍 from the internet and quickly extract the information you need from a vast amount of data. 

❤️Specifically, it has the following powerful functions:

· AI intelligently recognizes webpage structure, transforming HTML website data into simple, easy-to-read, tabular data.
· Download full pages 📷 with images.
· Page-by-page scraping 📄.
· Data cleaning and previewing 🔍.
· Download as an Excel file 💾.

🌍For more information, please visit https://beezy.cool/.                    

확장 프로그램 기본 정보

이름 Beezy - Super Scraper Beezy - Super Scraper
ID kfhhfbmbamgfjiibdmcecjohlgckphll
공식 URL https://chromewebstore.google.com/detail/beezy-super-scraper/kfhhfbmbamgfjiibdmcecjohlgckphll
설명 The ultimate Omni-web data collector—— Beezy. Get web data with ease.
파일 크기 2.46 MB
설치 횟수 554
현재 버전 0.1.0
최근 업데이트 2023-04-11
출시 날짜 2023-04-10
평점 5.00/5 총 1 개의 평점
개발자 BEEZY
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://beezy.cool/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "backgroundServiceWorker.js"
    },
    "action": {
        "action": []
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentMain.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "css": [
                "styles\/content.css"
            ],
            "persistent": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' wasm-unsafe-eval ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mainPage.html",
                "signalPage.html",
                "helpPage.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}