Shopify Export Data

This extension allows the user to export shopify data in csv,excel format.

Τι είναι το Shopify Export Data;

Το Shopify Export Data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://softpulseinfotech.com, και η κύρια λειτουργία του είναι "This extension allows the user to export shopify data in csv,excel format.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Export product listing data with just one tap, no setup, no sign-up, 100% free. Download the export file automatically into two formats Excel and CSV.

Shopify Export Data is a complete product data exporter extension, download all product details with a single click and import them quickly into the Shopify store. Simple and easy to use. There is no limit to product listing download. You can export an unlimited number of collection pages.

With Shopify Export Data, you can
    • Easy to operate
    • Completely free
    • All language website data exporters
    • Easy export and download automatically
    • With just one click, you can export thousand of products data
    • The extension supports all screen resolutions of your desktop
    • Use CSV files format to import products to or export products from your Shopify store
    • Information may contain Handle, Title, Body (HTML), Vendor, Type, Tags, etc...

How Extension Work
    • Tab the extension icon.
    • Go to the Shopify website and click on that collection page for the product listing data you have to download.
    • Select the export file format and click on the Export/Download button. In extension, you can export all collection data by choose to all collections.
    • When you choose the collection, the number indicates how many products are in that collection.
    • It will redirect automatically after the download is over. You can save your data in your selected folder.
    • The data that will download will be in Excel and CSV files.
    • You can easily import the data on your Shopify website.


Shopify Export Data is an easy to operate extension to facilitate the best user experience while dealing with the export product data.

Note: Some time extension can take long time to download due to larger product details, so be patient until the download is over.                    

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

Όνομα Shopify Export Data Shopify Export Data
ID fmmnkjgilfmnebabogknkkpmopglecgl
Επίσημο URL https://chromewebstore.google.com/detail/shopify-export-data/fmmnkjgilfmnebabogknkkpmopglecgl
Περιγραφή This extension allows the user to export shopify data in csv,excel format.
Μέγεθος Αρχείου 22.09 MB
Αριθμός Εγκαταστάσεων 651
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-11-03
Ημερομηνία Δημοσίευσης 2023-04-05
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://softpulseinfotech.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,hr,it,hu,pl,pt-PT,ro,fi,sv,el,bg,ru,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/softpulseinfotech.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}