Shopify Scraper
Shopify Scraper
¿Qué es Shopify Scraper?
Shopify Scraper es una extensión de Chrome desarrollada por https://shopify-scraper.com, y su función principal es "Shopify Scraper".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shopify Scraper
Descarga archivos de extensión Shopify Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Shopify Scraper is a powerful product exporting extension. It allows you to export product data from any Shopify store to a file in csv format. ## Intro Shopify Scraper is a powerful extension for Shopify. It allows you to export Shopify product data to csv file with one click. ## Traits One click to export all product data to a csv file One click to bookmark the Shopify store Export product links Select the specified collection to export Select the specified products to export Find the specified products to export See the details (description, variant, price) of a product before exporting. # It's free? Yes, Shopify 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://shopify-scraper.com/contact # IMPORTANT NOTE: Shopify Scraper is in no way in partnership with the official Shopify site. It is an unofficial application which is independently developed and maintained. privacy policy https://shopify-scraper.com/security-policy
Información Básica de la Extensión
Nombre | Shopify Scraper |
ID | idjimkpnmipnenkoifdomonlcejhhjnn |
URL Oficial | https://chromewebstore.google.com/detail/shopify-scraper/idjimkpnmipnenkoifdomonlcejhhjnn |
Descripción | Shopify Scraper |
Tamaño del Archivo | 220 KB |
Cantidad de Instalaciones | 8,205 |
Versión Actual | 1.0.4 |
Última Actualización | 2023-03-14 |
Fecha de Publicación | 2021-02-02 |
Calificación | 4.05/5 Total de 21 Calificaciones |
Desarrollador | https://shopify-scraper.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://shopify-scraper.com/ |
URL de la Página de Ayuda | https://shopify-scraper.com/contact |
URL de la Página de Política de Privacidad | https://shopify-scraper.com/security-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Scraper", "version": "1.0.4", "description": "Shopify Scraper", "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" ] } ] } |