ShopScraper - Spy Tool & Scraper for Shopify

ShopScraper is a Shopify spy extension and Shopify scraper, it allows you to export Shopify products into csv file in one click.

ShopScraper - Spy Tool & Scraper for Shopify là gì?

ShopScraper - Spy Tool & Scraper for Shopify là một tiện ích mở rộng Chrome được phát triển bởi eCom-Extension, và tính năng chính của nó là "ShopScraper is a Shopify spy extension and Shopify scraper, it allows you to export Shopify products into csv file in one click.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopScraper - Spy Tool & Scraper for Shopify

Tải xuống các tệp mở rộng ShopScraper - Spy Tool & Scraper for Shopify 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

                        ## Intro
ShopScraper is a Shopify spy extension. It allows you to export Shopify products data into CSV file just in one click. If you need to spy on Shopify stores or Shopify competitors, this Shopify scraper app is perfect for you.

## Features
One click to export all Shopify products data to CSV file
One click to bookmark Shopify store
Export include product links
Select the specified collection to export
Select the specified products to export
Search the specified products to export

# Is it free?
Yes, ShopScraper is free to use. You can get basic functionality and upgrade to get more features.

# Data Privacy
All products data is processed in your local computer, it is never passing through our web server, no one knows what you scrapped.
Questions? Drop us a line at [email protected]

# IMPORTANT NOTE: 
ShopScraper does NOT belong or related to the official Shopify application/website in any ways. It is an unofficial app that is developed and maintained independently. 

Privacy Policy
https://getwebooster.com/privacy-policy                    

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

Tên ShopScraper - Spy Tool & Scraper for Shopify ShopScraper - Spy Tool & Scraper for Shopify
ID henmdokbodedjgibmlmkikdkjdckffmn
URL Chính Thức https://chromewebstore.google.com/detail/shopscraper-spy-tool-scra/henmdokbodedjgibmlmkikdkjdckffmn
Mô tả ShopScraper is a Shopify spy extension and Shopify scraper, it allows you to export Shopify products into csv file in one click.
Kích Thước Tệp 2.62 MB
Số Lần Cài Đặt 3,498
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2021-04-04
Đánh Giá 4.83/5 Tổng số 18 Đánh Giá
Nhà Phát Triển eCom-Extension
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://getwebooster.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ShopScraper is a Shopify spy extension and Shopify scraper, it allows you to export Shopify products into csv file in one click.",
    "version": "1.2.10",
    "manifest_version": 3,
    "name": "ShopScraper - Spy Tool & Scraper for Shopify",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/logo.png",
            "38": "icons\/logo.png",
            "128": "icons\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkeZV2k1bRCwZS5hT322EwEjlVzgyZrBc974EhU5gNsV85cCuQg1GIFg6bUKuZj0MosxsptOGchpfEzrBT9SzjjCQ40dm72kN\/MFN11gyjf8a6Gm8GRruSUuupahrfsY2ym+s5h9xmaKeae5DST1KKCBicFnRX3l0IAilaYGWzRAMz1b9Pb54hcMWyzFKrR3z5Tc4RGMWJjUzaM\/yanqR0npfOKjOiIoUTu103Rwtg86kSSbKGryGaxWo\/pikscwpczYxCj8CeVfjzUzBANN7KCTgyWJBgqWJi3sh48Q6PJKsmTHb+9rywjwxyfS3iOBU4PlX4kFmf+EvkMyGB56QyQIDAQAB",
    "oauth2": {
        "client_id": "16668024173-g7vu3henf4vgu5la3jd1n96dj4k282a9.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}