Shopify Scraper & Downloader by SimplyTrends

Shopify Products Scraper & Downloader.

Что такое Shopify Scraper & Downloader by SimplyTrends?

Shopify Scraper & Downloader by SimplyTrends - это расширение Chrome, разработанное https://simplytrends.co, и его основная функция - "Shopify Products Scraper & Downloader.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Shopify Scraper & Downloader by SimplyTrends

Скачайте файлы расширений Shopify Scraper & Downloader by SimplyTrends в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Shopify Scraper & Downloader by SimplyTrends Shopify Scraper & Downloader by SimplyTrends
ID acdobgdpckoccnpklfbkdbeackcpdgip
Официальный URL https://chromewebstore.google.com/detail/shopify-scraper-downloade/acdobgdpckoccnpklfbkdbeackcpdgip
Описание Shopify Products Scraper & Downloader.
Размер файла 594 KB
Количество установок 238
Текущая Версия 0.0.0.1
Последнее Обновление 2022-09-28
Дата публикации 2022-09-27
Разработчик https://simplytrends.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.simplytrends.co
URL страницы политики конфиденциальности https://www.simplytrends.co/privacy
Поддерживаемые языки 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'"
    }
}