Scrape Sopify

Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension

¿Qué es Scrape Sopify?

Scrape Sopify es una extensión de Chrome desarrollada por https://scrape-shopify.com, y su función principal es "Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Scrape Sopify

Descarga archivos de extensión Scrape Sopify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing our new browser extension for Shopify - a powerful tool that can scrape data from any Shopify website with ease. With just a few clicks, users can extract all the data they need and save it as a CSV file. This extension is completely free to use and has no limitations on the amount of data you can scrape from any Shopify store. Whether you're looking to gather information on products, pricing, or customer reviews, our extension has got you covered. Say goodbye to manual data entry and start scraping data quickly and efficiently with our Shopify scraping extension.                    

Información Básica de la Extensión

Nombre Scrape Sopify Scrape Sopify
ID aopgicojoddojlhodfdkmcbfjgainpff
URL Oficial https://chromewebstore.google.com/detail/scrape-sopify/aopgicojoddojlhodfdkmcbfjgainpff
Descripción Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension
Tamaño del Archivo 336 KB
Cantidad de Instalaciones 267
Versión Actual 1.0.6
Última Actualización 2023-12-14
Fecha de Publicación 2023-03-22
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador https://scrape-shopify.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://scrape-shopify.com/
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1acWK_dt7eqZbs-xaC0UmD-b4McGHAxyXlnuC_YXFERE/edit?usp=sharing
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scrape Sopify",
    "description": "Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension",
    "version": "1.0.6",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArAhTTfAvJzUWHjH+LzpaTgJm9YzwjN9NJFXpNWuysT0+9wCCysZwCAvb8vAw+lbvvUOZvQuYpMZtbVlse0Fd\/G3psz0tLYn82vxy2U\/uKgTAx9fESmQU+u0gX03oD6zE31rIdNBO3mg6pXIVp+VM76y3DcmigM3rgeeltLIaui16NWB6YsVOd\/a2JWWXopFYxKPJIcvwgLlxAcb\/A6gE3pNFe0u9qMTnLhApGyeTME0YXmWInWtnxFNX8HNS5S+gER9IJTvzyGC99T0WPDy+LmGsDRgK83WzF66wF1DjsB1k6lAq5u40UFSbhjfc3582FKfkylQ5+Nb\/cFBCqFzxoQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}