Shopify Scraper & Downloader by SimplyTrends

Shopify Products Scraper & Downloader.

Qu'est-ce que Shopify Scraper & Downloader by SimplyTrends ?

Shopify Scraper & Downloader by SimplyTrends est une extension Chrome développée par https://simplytrends.co, et sa fonction principale est "Shopify Products Scraper & Downloader.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shopify Scraper & Downloader by SimplyTrends

Téléchargez les fichiers d'extension Shopify Scraper & Downloader by SimplyTrends au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Shopify Scraper & Downloader - Export Product Listings to CSV & Excel
  
Shopify Scraper & Downloader — Scrape and export product listings of a store in bulk, or just a single product. Choose CSV (compatible with Shopify import format), or Excel file based on your needs. 

Everything in this Chrome extension is FREE, proudly presented by SimplyTrends. 

What is Shopify Scraper & Downloader
It scrapes all product listings of a Shopify store, or all information of a single product. You can export product listings to CSV or Excel files. Even better, you can search and filter the product you need before the export.

Why Shopify Scraper & Downloader
Everything in Shopify Spy Scraper & Parser or PPSPY is also included in Shopify Scraper & Downloader. Compared with Ali Hunter, Shopify Scraper & Downloader is much more user-friendly with intuitive and handy features you need for dropshipping business. 
✅ Scrape products from any Shopify store. 
✅ Export product listing of a single product or export product listings in bulk.
✅ Support CSV (compatible with Shopify) and Excel format export. 
✅ Set currency of your choice to export. Save time when importing to your own Shopify store. 
✅ Powerful filters to quickly select products you want to export.
✅ Best sellers only: scrape and export best sellers of the store.

How to Use Shopify Scraper & Downloader
☝️ Install the Chrome Extension.
✌️ Register SimplyTrends account for free.
👌 Launch it on Shopify store page or a Shopify product page.
🙌 Search, filter or convert currency to find products you need. Select product listings you need, and export them as CSV files compatible with Shopify. 

Got a Question?
We are always here to help, simply reach out to us at [email protected].                    

Informations de Base sur l'Extension

Nom Shopify Scraper & Downloader by SimplyTrends Shopify Scraper & Downloader by SimplyTrends
ID acdobgdpckoccnpklfbkdbeackcpdgip
URL Officiel https://chromewebstore.google.com/detail/shopify-scraper-downloade/acdobgdpckoccnpklfbkdbeackcpdgip
Description Shopify Products Scraper & Downloader.
Taille du Fichier 594 KB
Nombre d'Installations 238
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2022-09-28
Date de Publication 2022-09-27
Développeur https://simplytrends.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.simplytrends.co
URL de la Page de Politique de Confidentialité https://www.simplytrends.co/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ShopifyScraper",
    "name": "Shopify Scraper & Downloader by SimplyTrends",
    "description": "Shopify Products Scraper & Downloader.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting",
        "storage",
        "management"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.simplytrends.co\/crx\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "simplytrends.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "simplytrends.js",
                "entry.js",
                "windowscript.js",
                "contentscript.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}