Shopify Scraper & Downloader by SimplyTrends

Shopify Products Scraper & Downloader.

Shopify Scraper & Downloader by SimplyTrends란 무엇입니까?

Shopify Scraper & Downloader by SimplyTrends은(는) https://simplytrends.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shopify Products Scraper & Downloader."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Shopify Scraper & Downloader by SimplyTrends 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}