POKY WooCommerce - Product Importer

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

Vad är POKY WooCommerce - Product Importer?

POKY WooCommerce - Product Importer är en Chrome-tillägg utvecklad av https://poky.app, och dess huvudfunktion är "Import products from Multi platforms and Shopify stores to your store with one click!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner POKY WooCommerce - Product Importer-förlängningens CRX-fil

Ladda ner POKY WooCommerce - Product Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        POKY WooCommerce Version
Allows you to import/copy products from multi e-commerce platforms to your WooCommerce Store with one click, it is a good application to save your time in copying and pasting.

You need just to install POKY extension 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 - ...] )                    

Grundläggande Information om Tillägg

Namn POKY WooCommerce - Product Importer POKY WooCommerce - Product Importer
ID idhlmlghkdfhkmihiclmmoniklmhhook
Officiell webbadress https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook
Beskrivning Import products from Multi platforms and Shopify stores to your store with one click!
Filstorlek 45.07 KB
Antal Installationer 956
Aktuell Version 6.0.0
Senast Uppdaterad 2024-02-07
Publiceringsdatum 2020-11-01
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://poky.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://poky.app
Hjälpsida URL https://poky.app/support
URL till Sekretesspolicy Sidan https://poky.app/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POKY WooCommerce - Product Importer",
    "description": "Import products from Multi platforms and Shopify stores to your store 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
}