Woocommerce Spy
Product scraper for Woocommerce - Extract products to Excel and CSV
Τι είναι το Woocommerce Spy;
Το Woocommerce Spy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extpose.com, και η κύρια λειτουργία του είναι "Product scraper for Woocommerce - Extract products to Excel and CSV".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Woocommerce Spy
Λήψη αρχείων επέκτασης Woocommerce Spy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extracts product listing from Woocommerce-based stores to CSV. HOW IT WORKS 1) Enter a domain name of a Woocommerce-based store. Random example: https://porterandyork.com/ 2) Click “Open batch parser” 3) Start parsing 4) Once it’s done, you can download a CSV file with all found products. LIMITATIONS It’s not free. You can parse single pages one by one without limits. Batch parsing returns only one random product. Consider buying the premium. If you want to get a discount consider buying a yearly license. Contact the support team to buy a yearly license. All Woocommerce shops are different because of different plugins and themes. We try to extract all fields from the store but it won’t be accurate in 100% of cases. We apply tons of heuristics to extract the best data. PLEASE TEST BEFORE BUY Some stores don’t have sitemap.xml - technology that allows them to find all the pages on the specific domain. Sitemap.xml is used for SEO, so many website owners have it. If not, you can’t extract all products from the website. FEATURES ✓ Extract a single page ✓ Batch extract all product from Woocommerce ✓ Save to CSV ✓ Supported all fields listed below PURCHASE You can upgrade to the premium from the extension. Refund policy - no refunds. Please test before use. You can cancel a subscription by contacting a support team at [email protected] SUPPORT Please send error reports to [email protected] We will try to address them promptly. No guarantees. SUPPORTED FIELDS Every field could be empty or unknown. It means that the software could not find this particular piece of data. url - canonical URL of a product name - name / title price - price minPrice - min price, relevant for products with multiple variants maxPrice - min price, relevant for products with multiple variants priceCurrency - currency varIncluded - whether VAT is included sku - SKU description - short description primaryImage - URL of the primary product image primaryImageAlt - SEO alt text for the primary image (if presents) inStock - in stock or out of stock averageRating - product rating ratingCount - number of votes datePublished - ISO date of publication dateModified - ISO date of the last modification images - comma-separated list of image URLs categories - comma-separated woocommerce category names tags - comma-separated woocommerce tag names text - Text content extracted from the page textAlt - Alternative approach to text extracting. For a single store, you can select which one suits you better.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Woocommerce Spy |
ID | elnocalmhgohlhjlpabeanaplckehhpl |
Επίσημο URL | https://chromewebstore.google.com/detail/woocommerce-spy/elnocalmhgohlhjlpabeanaplckehhpl |
Περιγραφή | Product scraper for Woocommerce - Extract products to Excel and CSV |
Μέγεθος Αρχείου | 377 KB |
Αριθμός Εγκαταστάσεων | 80,888 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2022-03-31 |
Ημερομηνία Δημοσίευσης | 2021-06-24 |
Αξιολόγηση | 2.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://extpose.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "analytics.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/icon-128-disabled.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "js": [ "content.js" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "128": "icons\/icon-128.png", "300": "icons\/icon-300.png" }, "default_locale": "en", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "version": "0.1.2" } |