POKY - Product Importer

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

POKY - Product Importer क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        POKY
Allows you to import/copy products from multi e-commerce platforms ( Amazon - eBay - Etsy - Walmart - Shopify - WooCommerce - Magento - Shein - Wish - VistaPrint - AliBaba - AliExpress) 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 - ...] )                    

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

नाम POKY - Product Importer POKY - Product Importer
ID bgofkkdheiicamgmlpfcdlfclkjmdelb
आधिकारिक URL https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb
विवरण Import products from Multi platforms and Shopify stores with one click!
फ़ाइल का आकार 54.27 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 7.1.0
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2021-04-19
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर https://poky.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://poky.app
गोपनीयता नीति पृष्ठ URL https://poky.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POKY - 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
}