ScrapeMate - Web Scraper

This extension will scrap data from the websites

Wat is ScrapeMate - Web Scraper?

ScrapeMate - Web Scraper is een Chrome-extensie ontwikkeld door GetProjects, en de belangrijkste functie is "This extension will scrap data from the websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ScrapeMate - Web Scraper

Download ScrapeMate - Web Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Boost your web data extraction efficiency with ScrapeMate. Extract, analyze, and save data from any webpage effortlessly. Ideal for researchers, analysts, and data enthusiasts.

🌐 Web Scraping Made Easy: Scrape data from websites with a single click.

📊 Data Analysis: Quickly analyze and visualize the data you collect.

📁 Data Export: Export data in multiple formats for your convenience.

🔒 Secure and Reliable: Trust in a robust, user-friendly scraping tool.

Get started today and supercharge your web data gathering with ScrapeMate!                    

Basisinformatie over de Extensie

Naam ScrapeMate - Web Scraper ScrapeMate - Web Scraper
ID agojekkjpkcoimkhfggjgmbhncpdjicj
Officiële URL https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj
Beschrijving This extension will scrap data from the websites
Bestandsgrootte 351 KB
Aantal Installaties 30
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2023-11-28
Ontwikkelaar GetProjects
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "manifest_version": 3,
    "author": "Kartikey Tiwari @[email protected]",
    "name": "ScrapeMate - Web Scraper",
    "version": "1.0.0",
    "description": "This extension will scrap data from the websites",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon.png",
            "32": "\/icons\/icon.png",
            "48": "\/icons\/icon.png",
            "128": "\/icons\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}