POKY - Shopify Product Importer
Import products from Multi platforms and Shopify stores with one click!
¿Qué es POKY - Shopify Product Importer?
POKY - Shopify 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 with one click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión POKY - Shopify Product Importer
Descarga archivos de extensión POKY - Shopify 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 Shopify 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. (POKY will import all information [title - description - variants - ...] )
Información Básica de la Extensión
Nombre | POKY - Shopify Product Importer |
ID | ppbbihgdmhbonbcbhnefncmeapphdggb |
URL Oficial | https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb |
Descripción | Import products from Multi platforms and Shopify stores with one click! |
Tamaño del Archivo | 54.27 KB |
Cantidad de Instalaciones | 6,173 |
Versión Actual | 7.1.0 |
Última Actualización | 2024-02-23 |
Fecha de Publicación | 2020-07-11 |
Calificación | 4.20/5 Total de 5 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 |
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 - Shopify Product Importer", "description": "Import products from Multi platforms and Shopify stores with one click!", "homepage_url": "https:\/\/poky.app", "permissions": [ "activeTab", "scripting", "storage", "unlimitedStorage", "contextMenus" ], "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "js\/next.js" ] } ], "background": { "service_worker": "js\/level.js" }, "version": "7.1.0", "manifest_version": 3 } |