Shopify Scraper - Shopify Store Scraper & spy

A smart export tool for extracting product listings from Shopify stores to CSV/Excel with one click.

Co to jest Shopify Scraper - Shopify Store Scraper & spy?

Shopify Scraper - Shopify Store Scraper & spy to rozszerzenie Chrome opracowane przez http://shopifyscraper.com, a jego główną funkcją jest „A smart export tool for extracting product listings from Shopify stores to CSV/Excel with one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shopify Scraper - Shopify Store Scraper & spy

Pobierz pliki rozszerzeń Shopify Scraper - Shopify Store Scraper & spy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Shopify Scraper scrapes products from Shopify powered stores and export to CSV/Excel.

# Shopify Scraper features
✓ One-click to export all products to CSV/Excel
✓ Save as XLSX (Excel document) with proper data types - dates, prices
✓ Select the specified collections to export
✓ Select the specified products to export
✓ Search the specified products to export
✓ Show detail of specified product
✓ Export to CSV format compatible with Shopify import format (https://help.shopify.com/en/manual/products/import-export/import-products)
✓ All fields from Shopify product listing are included
✓ Sort by Price, Published Date, Updated Date, etc. on Dashboard
✓ Export include product links

# Supported fields:
- Title
- Handle
- Description (in plain text)
- Published date and time
- Created date and time
- Updated date and time
- Vendor
- Product Type
- Tags
- Min Price
- Max Price
- 6 product variants, including title, price, discount price, and image URL
- 10 images
- All options

# It's free?
Yes, Shopify Scraper is free. You can get basic functionality and upgrade to get more functionality.

# FAQ
https://shopifyscraper.inforld.com/#faq
If you have any questions, don't hesitate to contact us at [email protected]

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
Shopify is a trademark of Shopify Inc. Shopify Scraper is not affiliated with, endorsed, sponsored, or otherwise related to Shopify, Inc. or any of its affiliates or subsidiaries.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shopify Scraper - Shopify Store Scraper & spy Shopify Scraper - Shopify Store Scraper & spy
ID nhhipnodedhijfobkpmpikhpeeemdock
Oficjalny URL https://chrome.google.com/webstore/detail/shopify-scraper-shopify-s/nhhipnodedhijfobkpmpikhpeeemdock
Opis A smart export tool for extracting product listings from Shopify stores to CSV/Excel with one click.
Rozmiar pliku 1.9 MB
Liczba instalacji 209
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-06-23
Data Publikacji 2022-06-14
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper http://shopifyscraper.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://shopifyscraper.inforld.com/
Adres URL Strony Polityki Prywatności https://inforld.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Scraper - Shopify Store Scraper & spy",
    "description": "A smart export tool for extracting product listings from Shopify stores to CSV\/Excel with one click.",
    "version": "1.2.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh4XLkyNEBw3L4Q3N28h1x5WB0slsmYmvhEa7anVPi3My4YefiXEAYnKT2jZMiYGcPimFojw\/MEiLQDYdsSXz+x76pNmdfxWzWgI1euX61sw\/dtH\/H2\/8uIWaLNbX2eDTMGTY4wh9OpiBI+oX6NWAD4bQwY5W90JG9XtaJNoKIHeoo9AeDqSIRJE4TJpN19atfdsGlGYWWWfTLMTS437Ik9WwyLL4TkQMciwpXZzRU+1DW8f2RSxpqr2wgkTIW9aHYliAIc\/lqzXnHvGalkExDPjrcbWHp8gZCYQ+Xne41CWNhioYb4Bb1YYAbWAtNaf6WFwjVzl5YWrCWkMWA60EGQIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nhhipnodedhijfobkpmpikhpeeemdock",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "350927244499-5kibidib8cpfs104r3s621t959833ndp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "350927244499-2m0n8506ggmbunq07prd8sj970duvfp3.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.inforld.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_sc.js"
            ],
            "run_at": "document_end"
        }
    ]
}