Scrape Sopify

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

Τι είναι το Scrape Sopify;

Το Scrape Sopify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scrape-shopify.com, και η κύρια λειτουργία του είναι "Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scrape Sopify

Λήψη αρχείων επέκτασης Scrape Sopify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scrape Sopify Scrape Sopify
ID aopgicojoddojlhodfdkmcbfjgainpff
Επίσημο URL https://chromewebstore.google.com/detail/scrape-sopify/aopgicojoddojlhodfdkmcbfjgainpff
Περιγραφή Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension
Μέγεθος Αρχείου 336 KB
Αριθμός Εγκαταστάσεων 267
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2023-03-22
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://scrape-shopify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scrape-shopify.com/
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1acWK_dt7eqZbs-xaC0UmD-b4McGHAxyXlnuC_YXFERE/edit?usp=sharing
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}