POKY - Product Importer

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

Cos'è POKY - Product Importer?

POKY - Product Importer è un'estensione di Chrome sviluppata da https://poky.app, e la sua funzione principale è "Import products from Multi platforms and Shopify stores with one click!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione POKY - Product Importer

Scarica i file di estensione POKY - Product Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 - ...] )                    

Informazioni di Base sull'Estensione

Nome POKY - Product Importer POKY - Product Importer
ID bgofkkdheiicamgmlpfcdlfclkjmdelb
URL Ufficiale https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb
Descrizione Import products from Multi platforms and Shopify stores with one click!
Dimensione del File 54.27 KB
Conteggio Installazioni 7,000
Versione Corrente 7.1.0
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2021-04-19
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore https://poky.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://poky.app
URL della Pagina della Politica sulla Privacy https://poky.app/privacy-policy
Lingue Supportate 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
}