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文件

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

擴展使用說明

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