Woocommerce Scraper

Product scraper for Woocommerce - Extract products and collection in just one click

Woocommerce Scraper क्या है?

Woocommerce Scraper https://woocommerce-scraper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Product scraper for Woocommerce - Extract products and collection in just one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Woocommerce Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Woocommerce Scraper is a powerful product exporting extension. It allows you to export product data from any Woocommerce store to a file in csv format.

## Intro

Woocommerce Scraper is a powerful extension for Woocommerce. It allows you to export Shopify product data to csv file with one click.

## Traits
Export products for Shopify or Woocommerce
Export products from selected collections
Export selected products
Search and export the corresponding products
View product details

# It's free?

Yes, Woocommerce 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://woocommerce-scraper.com/contact

# IMPORTANT NOTE:
Woocommerce Scraper is in no way in partnership with the official Woocommerce site. It is an unofficial application which is independently developed and maintained.

privacy policy
https://woocommerce-scraper.com/security-policy                    

एक्सटेंशन की मूल जानकारी

नाम Woocommerce Scraper Woocommerce Scraper
ID ffdildeckkmjekfboehfjlknafaohlfb
आधिकारिक URL https://chromewebstore.google.com/detail/woocommerce-scraper/ffdildeckkmjekfboehfjlknafaohlfb
विवरण Product scraper for Woocommerce - Extract products and collection in just one click
फ़ाइल का आकार 169 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-01-28
प्रकाशन तिथि 2022-08-05
रेटिंग 4.33/5 कुल 12 रेटिंग्स
डेवलपर https://woocommerce-scraper.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://woocommerce-scraper.com/
सहायता पृष्ठ URL https://woocommerce-scraper.com/contact
गोपनीयता नीति पृष्ठ URL https://woocommerce-scraper.com/security-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Woocommerce Scraper",
    "version": "1.0.2",
    "description": "Product scraper for Woocommerce - Extract products and collection in just one click",
    "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"
            ]
        }
    ]
}