POKY - Shopify Product Importer

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

Hvad er POKY - Shopify Product Importer?

POKY - Shopify Product Importer er en Chrome-udvidelse udviklet af https://poky.app, og dens hovedfunktion er "Import products from Multi platforms and Shopify stores with one click!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download POKY - Shopify Product Importer-udvidelses-CRX-fil

Download POKY - Shopify Product Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        POKY
Allows you to import/copy products from multi e-commerce platforms 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 - ...] )                    

Grundlæggende oplysninger om udvidelsen

Navn POKY - Shopify Product Importer POKY - Shopify Product Importer
ID ppbbihgdmhbonbcbhnefncmeapphdggb
Officiel URL https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb
Beskrivelse Import products from Multi platforms and Shopify stores with one click!
Filstørrelse 54.27 KB
Antal Installationer 6,173
Nuværende Version 7.1.0
Senest Opdateret 2024-02-23
Udgivelsesdato 2020-07-11
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler https://poky.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://poky.app
Hjælpeside-URL https://poky.app
URL til Fortrolighedspolitik Side https://poky.app/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POKY - Shopify 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
}