POKY Wix - Product Importer

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

Cos'è POKY Wix - Product Importer?

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

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione POKY Wix - Product Importer

Scarica i file di estensione POKY Wix - 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 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 - ...] )                    

Informazioni di Base sull'Estensione

Nome POKY Wix - Product Importer POKY Wix - Product Importer
ID dbfgidanmoomjgkcfdkfnncjjblibjkn
URL Ufficiale https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn
Descrizione Import products from Multi platforms and Wix stores with one click!
Dimensione del File 45.88 KB
Conteggio Installazioni 655
Versione Corrente 6.0.0
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2022-08-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://poky.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://poky.app
URL della Pagina di Aiuto https://poky.app/support
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 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
}