Beezy - Super Scraper

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

Qu'est-ce que Beezy - Super Scraper ?

Beezy - Super Scraper est une extension Chrome développée par BEEZY, et sa fonction principale est "The ultimate Omni-web data collector—— Beezy. Get web data with ease.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Beezy - Super Scraper

Téléchargez les fichiers d'extension Beezy - Super Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🐝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/.                    

Informations de Base sur l'Extension

Nom Beezy - Super Scraper Beezy - Super Scraper
ID kfhhfbmbamgfjiibdmcecjohlgckphll
URL Officiel https://chromewebstore.google.com/detail/beezy-super-scraper/kfhhfbmbamgfjiibdmcecjohlgckphll
Description The ultimate Omni-web data collector—— Beezy. Get web data with ease.
Taille du Fichier 2.46 MB
Nombre d'Installations 554
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-04-11
Date de Publication 2023-04-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur BEEZY
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://beezy.cool/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}