ProductScraper - Shopify Product Scraper

Scrape products from any Shopify store.

ProductScraper - Shopify Product Scraperคืออะไร?

ProductScraper - Shopify Product Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe และคุณลักษณะหลักของมันคือ "Scrape products from any Shopify store."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProductScraper - Shopify Product Scraper

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

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

                        Collect product listings of any Shopify website and easily save the data as a CSV file.

✓ Features
- Scrape any Shopify website.
- No configuration, one-click install and you are ready to go.
- Super fast and very lightweight!
- One click to download thousands of products in mere seconds!
- Products are exported in a CSV format ready for import.
- Exports all necessary product fields.
- No extensive permissions required.

✓ Exported fields
All Shopify import fields are exported, for full list: https://help.shopify.com/en/manual/products/import-export/using-csv#product-csv-file-format

✓ Privacy policy
All data is processed on your computer. The extension does not communicate with any web server. Read more: https://productscraper.netlify.app/privacy

✓ Terms of Use
No guarantee or warranty is given with the use of this extension software. The author shall not be held liable for any consequences by its use. Using of "ProductScraper - Shopify Product Scraper" extension means that you agree to these terms. Read more: https://productscraper.netlify.app/terms                    

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

ชื่อ ProductScraper - Shopify Product Scraper ProductScraper - Shopify Product Scraper
ID flagjhkgjagimdodecconjicgmejkndl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/productscraper-shopify-pr/flagjhkgjagimdodecconjicgmejkndl
คำอธิบาย Scrape products from any Shopify store.
ขนาดไฟล์ 18.56 KB
จำนวนการติดตั้ง 317
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-01-21
วันที่เผยแพร่ 2021-09-30
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Felipe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://productscraper.netlify.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProductScraper - Shopify Product Scraper",
    "description": "Scrape products from any Shopify store.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/favicon16x16.png",
        "32": ".\/images\/favicon32x32.png",
        "64": ".\/images\/favicon64x64.png",
        "128": ".\/images\/favicon128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/favicon16x16.png",
            "32": ".\/images\/favicon32x32.png",
            "64": ".\/images\/favicon64x64.png",
            "128": ".\/images\/favicon128x128.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}