Shopify Scraper

Shopify Scraper

什么是Shopify Scraper?

Shopify Scraper是由https://shopify-scraper.com开发的Chrome扩展程序,该扩展的主要功能是“Shopify Scraper”。

扩展截图

screenshot
screenshot
screenshot

下载Shopify Scraper扩展crx文件

下载Shopify Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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