POKY - Product Importer

Import products from Multi platforms and Shopify stores with one click!

¿Qué es POKY - Product Importer?

POKY - 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

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión POKY - Product Importer

Descarga archivos de extensión POKY - 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 ( Amazon - eBay - Etsy - Walmart - Shopify - WooCommerce - Magento - Shein - Wish - VistaPrint - AliBaba - AliExpress) 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 - Product Importer POKY - Product Importer
ID bgofkkdheiicamgmlpfcdlfclkjmdelb
URL Oficial https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb
Descripción Import products from Multi platforms and Shopify stores with one click!
Tamaño del Archivo 54.27 KB
Cantidad de Instalaciones 7,000
Versión Actual 7.1.0
Última Actualización 2024-02-23
Fecha de Publicación 2021-04-19
Calificación 4.64/5 Total de 11 Calificaciones
Desarrollador https://poky.app
Correo electrónico next@poky.app
Tipo de Pago free
Sitio Web de la Extensión 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 - 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
}