POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
¿Qué es POKY WooCommerce - Product Importer?
POKY WooCommerce - Product Importer es una extensión de Chrome desarrollada por https://poky.app, y su función principal es "Import products from Multi platforms and Shopify stores to your store with one click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión POKY WooCommerce - Product Importer
Descarga archivos de extensión POKY WooCommerce - Product Importer 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
POKY WooCommerce Version Allows you to import/copy products from multi e-commerce platforms to your WooCommerce Store with one click, it is a good application to save your time in copying and pasting. You need just to install POKY extension on your store and visit a product page on the platform supported by our app and start importing products with few clicks. (POKY will import all information [title - description - variants - ...] )
Información Básica de la Extensión
Nombre | POKY WooCommerce - Product Importer |
ID | idhlmlghkdfhkmihiclmmoniklmhhook |
URL Oficial | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
Descripción | Import products from Multi platforms and Shopify stores to your store with one click! |
Tamaño del Archivo | 45.07 KB |
Cantidad de Instalaciones | 956 |
Versión Actual | 6.0.0 |
Última Actualización | 2024-02-07 |
Fecha de Publicación | 2020-11-01 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | https://poky.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://poky.app |
URL de la Página de Ayuda | https://poky.app/support |
URL de la Página de Política de Privacidad | https://poky.app/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "POKY WooCommerce - Product Importer", "description": "Import products from Multi platforms and Shopify stores to your store with one click!", "homepage_url": "https:\/\/poky.app", "permissions": [ "activeTab", "scripting", "storage", "unlimitedStorage" ], "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "js\/next.js" ] } ], "version": "6.0.0", "manifest_version": 3 } |