Shopify Scraper

Shopify Scraper

Shopify Scraper란 무엇입니까?

Shopify Scraper은(는) https://shopify-scraper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shopify Scraper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Shopify Scraper is a powerful product exporting extension. It allows you to export product data from any Shopify store to a file in csv format.
## Intro

Shopify Scraper is a powerful extension for Shopify. It allows you to export Shopify product data to csv file with one click.

## Traits
One click to export all product data to a csv file
One click to bookmark the Shopify store
Export product links
Select the specified collection to export
Select the specified products to export
Find the specified products to export
See the details (description, variant, price) of a product before exporting.

# It's free?

Yes, Shopify Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All product data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://shopify-scraper.com/contact

# IMPORTANT NOTE:
Shopify Scraper is in no way in partnership with the official Shopify site. It is an unofficial application which is independently developed and maintained.

privacy policy
https://shopify-scraper.com/security-policy                    

확장 프로그램 기본 정보

이름 Shopify Scraper Shopify Scraper
ID idjimkpnmipnenkoifdomonlcejhhjnn
공식 URL https://chromewebstore.google.com/detail/shopify-scraper/idjimkpnmipnenkoifdomonlcejhhjnn
설명 Shopify Scraper
파일 크기 220 KB
설치 횟수 8,205
현재 버전 1.0.4
최근 업데이트 2023-03-14
출시 날짜 2021-02-02
평점 4.05/5 총 21 개의 평점
개발자 https://shopify-scraper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shopify-scraper.com/
도움말 페이지 URL https://shopify-scraper.com/contact
개인정보 보호 정책 페이지 URL https://shopify-scraper.com/security-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Scraper",
    "version": "1.0.4",
    "description": "Shopify Scraper",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}