Woocommerce Scraper
Product scraper for Woocommerce - Extract products and collection in just one click
Co to jest Woocommerce Scraper?
Woocommerce Scraper to rozszerzenie Chrome opracowane przez https://woocommerce-scraper.com, a jego główną funkcją jest „Product scraper for Woocommerce - Extract products and collection in just one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Woocommerce Scraper
Pobierz pliki rozszerzeń Woocommerce Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ffdildeckkmjekfboehfjlknafaohlfb |
| Oficjalny URL | https://chromewebstore.google.com/detail/woocommerce-scraper/ffdildeckkmjekfboehfjlknafaohlfb |
| Opis | Product scraper for Woocommerce - Extract products and collection in just one click |
| Rozmiar pliku | 169 KB |
| Liczba instalacji | 4,000 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2023-01-28 |
| Data Publikacji | 2022-08-05 |
| Ocena | 4.33/5 Łącznie 12 Oceny |
| Deweloper | https://woocommerce-scraper.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://woocommerce-scraper.com/ |
| Adres URL Strony Pomocy | https://woocommerce-scraper.com/contact |
| Adres URL Strony Polityki Prywatności | https://woocommerce-scraper.com/security-policy |
| Obsługiwane Języki | 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"
]
}
]
} | |