Shopify Scraper

Shopify Scraper

Shopify Scraper là gì?

Shopify Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://shopify-scraper.com, và tính năng chính của nó là "Shopify Scraper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify Scraper

Tải xuống các tệp mở rộng Shopify Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify Scraper Shopify Scraper
ID idjimkpnmipnenkoifdomonlcejhhjnn
URL Chính Thức https://chromewebstore.google.com/detail/shopify-scraper/idjimkpnmipnenkoifdomonlcejhhjnn
Mô tả Shopify Scraper
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 8,205
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-03-14
Ngày Phát Hành 2021-02-02
Đánh Giá 4.05/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://shopify-scraper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shopify-scraper.com/
URL Trang Trợ Giúp https://shopify-scraper.com/contact
URL Trang Chính Sách Bảo Mật https://shopify-scraper.com/security-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}