ScrapeMate - Web Scraper

This extension will scrap data from the websites

O que é ScrapeMate - Web Scraper?

ScrapeMate - Web Scraper é uma extensão do Chrome desenvolvida por GetProjects, e sua principal característica é "This extension will scrap data from the websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ScrapeMate - Web Scraper

Baixe arquivos de extensão ScrapeMate - Web Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ScrapeMate - Web Scraper ScrapeMate - Web Scraper
ID agojekkjpkcoimkhfggjgmbhncpdjicj
URL Oficial https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj
Descrição This extension will scrap data from the websites
Tamanho do Arquivo 351 KB
Contagem de Instalações 30
Versão Atual 1.0.0
Última Atualização 2023-11-28
Data de Publicação 2023-11-28
Desenvolvedor GetProjects
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}