Scrape Sopify

Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension

什么是Scrape Sopify?

Scrape Sopify是由https://scrape-shopify.com开发的Chrome扩展程序,该扩展的主要功能是“Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension”。

扩展截图

screenshot
screenshot

下载Scrape Sopify扩展crx文件

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

扩展使用说明

                        Introducing our new browser extension for Shopify - a powerful tool that can scrape data from any Shopify website with ease. With just a few clicks, users can extract all the data they need and save it as a CSV file. This extension is completely free to use and has no limitations on the amount of data you can scrape from any Shopify store. Whether you're looking to gather information on products, pricing, or customer reviews, our extension has got you covered. Say goodbye to manual data entry and start scraping data quickly and efficiently with our Shopify scraping extension.                    

扩展基本信息

名称 Scrape Sopify Scrape Sopify
ID aopgicojoddojlhodfdkmcbfjgainpff
官方URL https://chromewebstore.google.com/detail/scrape-sopify/aopgicojoddojlhodfdkmcbfjgainpff
简介 Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension
文件大小 336 KB
安装次数 267
当前版本 1.0.6
更新时间 2023-12-14
上架时间 2023-03-22
评分 4.33/5 共6次评分
开发者 https://scrape-shopify.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://scrape-shopify.com/
隐私政策页面URL https://docs.google.com/document/d/1acWK_dt7eqZbs-xaC0UmD-b4McGHAxyXlnuC_YXFERE/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scrape Sopify",
    "description": "Scrape Sopify - Streamline Your Life with a Free Shopify Store Scraper Extension",
    "version": "1.0.6",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArAhTTfAvJzUWHjH+LzpaTgJm9YzwjN9NJFXpNWuysT0+9wCCysZwCAvb8vAw+lbvvUOZvQuYpMZtbVlse0Fd\/G3psz0tLYn82vxy2U\/uKgTAx9fESmQU+u0gX03oD6zE31rIdNBO3mg6pXIVp+VM76y3DcmigM3rgeeltLIaui16NWB6YsVOd\/a2JWWXopFYxKPJIcvwgLlxAcb\/A6gE3pNFe0u9qMTnLhApGyeTME0YXmWInWtnxFNX8HNS5S+gER9IJTvzyGC99T0WPDy+LmGsDRgK83WzF66wF1DjsB1k6lAq5u40UFSbhjfc3582FKfkylQ5+Nb\/cFBCqFzxoQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}