Shopify Scraper & Downloader by SimplyTrends

Shopify Products Scraper & Downloader.

O que é Shopify Scraper & Downloader by SimplyTrends?

Shopify Scraper & Downloader by SimplyTrends é uma extensão do Chrome desenvolvida por https://simplytrends.co, e sua principal característica é "Shopify Products Scraper & Downloader.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shopify Scraper & Downloader by SimplyTrends

Baixe arquivos de extensão Shopify Scraper & Downloader by SimplyTrends no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome Shopify Scraper & Downloader by SimplyTrends Shopify Scraper & Downloader by SimplyTrends
ID acdobgdpckoccnpklfbkdbeackcpdgip
URL Oficial https://chromewebstore.google.com/detail/shopify-scraper-downloade/acdobgdpckoccnpklfbkdbeackcpdgip
Descrição Shopify Products Scraper & Downloader.
Tamanho do Arquivo 594 KB
Contagem de Instalações 238
Versão Atual 0.0.0.1
Última Atualização 2022-09-28
Data de Publicação 2022-09-27
Desenvolvedor https://simplytrends.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.simplytrends.co
URL da Página de Política de Privacidade https://www.simplytrends.co/privacy
Idiomas Suportados 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'"
    }
}