POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
¿Qué es POKY Wix - Product Importer?
POKY Wix - 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 Wix stores with one click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión POKY Wix - Product Importer
Descarga archivos de extensión POKY Wix - 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 Allows you to import/copy products from multi e-commerce platforms to your Wix Store with one click, it is a good application to save your time in copying and pasting. You need just to install POKY app on your store and visit a product page on the platform supported by our app and start importing products with few clicks. Currently we support more than 15 platforms (POKY will import all information [title - description - variants - ...] )
Información Básica de la Extensión
Nombre | POKY Wix - Product Importer |
ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
URL Oficial | https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn |
Descripción | Import products from Multi platforms and Wix stores with one click! |
Tamaño del Archivo | 45.88 KB |
Cantidad de Instalaciones | 655 |
Versión Actual | 6.0.0 |
Última Actualización | 2024-02-07 |
Fecha de Publicación | 2022-08-27 |
Calificación | 5.00/5 Total de 1 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 Wix - Product Importer", "description": "Import products from Multi platforms and Wix stores 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 } |