ProductScraper - Shopify Product Scraper

Scrape products from any Shopify store.

ProductScraper - Shopify Product Scraper란 무엇입니까?

ProductScraper - Shopify Product Scraper은(는) Felipe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape products from any Shopify store."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ProductScraper - Shopify Product Scraper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Collect product listings of any Shopify website and easily save the data as a CSV file.

✓ Features
- Scrape any Shopify website.
- No configuration, one-click install and you are ready to go.
- Super fast and very lightweight!
- One click to download thousands of products in mere seconds!
- Products are exported in a CSV format ready for import.
- Exports all necessary product fields.
- No extensive permissions required.

✓ Exported fields
All Shopify import fields are exported, for full list: https://help.shopify.com/en/manual/products/import-export/using-csv#product-csv-file-format

✓ Privacy policy
All data is processed on your computer. The extension does not communicate with any web server. Read more: https://productscraper.netlify.app/privacy

✓ Terms of Use
No guarantee or warranty is given with the use of this extension software. The author shall not be held liable for any consequences by its use. Using of "ProductScraper - Shopify Product Scraper" extension means that you agree to these terms. Read more: https://productscraper.netlify.app/terms                    

확장 프로그램 기본 정보

이름 ProductScraper - Shopify Product Scraper ProductScraper - Shopify Product Scraper
ID flagjhkgjagimdodecconjicgmejkndl
공식 URL https://chrome.google.com/webstore/detail/productscraper-shopify-pr/flagjhkgjagimdodecconjicgmejkndl
설명 Scrape products from any Shopify store.
파일 크기 18.56 KB
설치 횟수 317
현재 버전 1.0.3
최근 업데이트 2023-01-21
출시 날짜 2021-09-30
평점 4.00/5 총 2 개의 평점
개발자 Felipe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://productscraper.netlify.app/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProductScraper - Shopify Product Scraper",
    "description": "Scrape products from any Shopify store.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/favicon16x16.png",
        "32": ".\/images\/favicon32x32.png",
        "64": ".\/images\/favicon64x64.png",
        "128": ".\/images\/favicon128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/favicon16x16.png",
            "32": ".\/images\/favicon32x32.png",
            "64": ".\/images\/favicon64x64.png",
            "128": ".\/images\/favicon128x128.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}