POKY Wix - Product Importer

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

POKY Wix - Product Importer क्या है?

POKY Wix - Product Importer https://poky.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import products from Multi platforms and Wix stores with one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में POKY Wix - Product Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम POKY Wix - Product Importer POKY Wix - Product Importer
ID dbfgidanmoomjgkcfdkfnncjjblibjkn
आधिकारिक URL https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn
विवरण Import products from Multi platforms and Wix stores with one click!
फ़ाइल का आकार 45.88 KB
स्थापना संख्या 655
वर्तमान संस्करण 6.0.0
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2022-08-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://poky.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://poky.app
सहायता पृष्ठ URL https://poky.app/support
गोपनीयता नीति पृष्ठ URL https://poky.app/privacy-policy
समर्थित भाषाएँ 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
}