Shop Scraper - Shopify Product to CSV/Excel

A simple tool to export shopify product data to cvs / excel, and automaticaly download images.

Shop Scraper - Shopify Product to CSV/Excelคืออะไร?

Shop Scraper - Shopify Product to CSV/Excel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unispy.io และคุณลักษณะหลักของมันคือ "A simple tool to export shopify product data to cvs / excel, and automaticaly download images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shop Scraper - Shopify Product to CSV/Excel

ดาวน์โหลดไฟล์ส่วนขยาย Shop Scraper - Shopify Product to CSV/Excel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shop Scraper is a powerful Shopify product exporting tool.

This favorite utility for Shopify lets you export products from any Shopify store in CSV format with blistering ease and speed.

We Provide Many Features You Can Use

* One click to export all products to CSV file
* Select the specified collections to export
* Automatically download product images
* View theme
* Reveal website traffic source
* View Best-selling product

v1.1.0 update
- add WooCommerce/WordPress CSV format
- fix multiple images issue

Copyright notice:
Shop Scraper was developed by UNISPY Team. It is not affiliated with nor endorsed by Shopify Inc. Shopify is a trademark of Shopify Inc. All Shopify icons, images and copyrights are the property of Shopify Inc.

SUPPORT

Questions? Drop us a line at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shop Scraper - Shopify Product to CSV/Excel Shop Scraper - Shopify Product to CSV/Excel
ID iljlcicnmledkiggpimpohacbbahllmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shop-scraper-shopify-prod/iljlcicnmledkiggpimpohacbbahllmh
คำอธิบาย A simple tool to export shopify product data to cvs / excel, and automaticaly download images.
ขนาดไฟล์ 981 KB
จำนวนการติดตั้ง 798
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-05-05
วันที่เผยแพร่ 2022-04-20
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://unispy.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shopify-scraper.unispy.io
URL หน้านโยบายความเป็นส่วนตัว https://unispy.io/privacy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "798448043642-sc00rafv3agng9lmo0gn8ahpd4k4p85j.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApAxcI3\/KJ7hsI7Bh3o76j2qrNIWURgGJXUK7GZwY0e7\/AAyFYnEga2PJFdcZ1mqnI6E3VfMHHm+\/aVUsQAlSRzVsLwhqFAUvKkR8HwDVLzaxD0g\/ex+QodOD5GHvI44U52lml4vOaRjEl7jL4pu5hB0tmV3G27iCDfyzXlxbvipnEzekLUwqIA0C2aFotKt0PzTnHs2cFGjKURZene3pNNxWkSlXrrCjIT53zVG2mQ33i1bHnemGZwjO6E\/gsRoyLpvI2s8zuHKwsYYqf09LK++17\/VADbFJHOD7TCtIB3jzFPvA8TXqx7qL8JJm3IORvGczVmgc25mXq4Y9RJb41wIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.1.0"
}