POKY Wix - Product Importer

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

Apa itu POKY Wix - Product Importer?

POKY Wix - Product Importer adalah ekstensi Chrome yang dikembangkan oleh https://poky.app, dan fitur utamanya adalah "Import products from Multi platforms and Wix stores with one click!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi POKY Wix - Product Importer

Unduh file ekstensi POKY Wix - Product Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama POKY Wix - Product Importer POKY Wix - Product Importer
ID dbfgidanmoomjgkcfdkfnncjjblibjkn
URL Resmi https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn
Deskripsi Import products from Multi platforms and Wix stores with one click!
Ukuran File 45.88 KB
Jumlah Instalasi 655
Versi Saat Ini 6.0.0
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2022-08-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://poky.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://poky.app
URL Halaman Bantuan https://poky.app/support
URL Halaman Kebijakan Privasi https://poky.app/privacy-policy
Bahasa yang Didukung 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
}