Shopify Scraper

Shopify Scraper

Τι είναι το Shopify Scraper;

Το Shopify Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://shopify-scraper.com, και η κύρια λειτουργία του είναι "Shopify Scraper".

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

screenshot
screenshot
screenshot

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

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

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

                        Shopify Scraper is a powerful product exporting extension. It allows you to export product data from any Shopify store to a file in csv format.
## Intro

Shopify Scraper is a powerful extension for Shopify. It allows you to export Shopify product data to csv file with one click.

## Traits
One click to export all product data to a csv file
One click to bookmark the Shopify store
Export product links
Select the specified collection to export
Select the specified products to export
Find the specified products to export
See the details (description, variant, price) of a product before exporting.

# It's free?

Yes, Shopify Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All product data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://shopify-scraper.com/contact

# IMPORTANT NOTE:
Shopify Scraper is in no way in partnership with the official Shopify site. It is an unofficial application which is independently developed and maintained.

privacy policy
https://shopify-scraper.com/security-policy                    

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

Όνομα Shopify Scraper Shopify Scraper
ID idjimkpnmipnenkoifdomonlcejhhjnn
Επίσημο URL https://chromewebstore.google.com/detail/shopify-scraper/idjimkpnmipnenkoifdomonlcejhhjnn
Περιγραφή Shopify Scraper
Μέγεθος Αρχείου 220 KB
Αριθμός Εγκαταστάσεων 8,205
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-03-14
Ημερομηνία Δημοσίευσης 2021-02-02
Αξιολόγηση 4.05/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://shopify-scraper.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://shopify-scraper.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://shopify-scraper.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://shopify-scraper.com/security-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Scraper",
    "version": "1.0.4",
    "description": "Shopify Scraper",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}