POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
POKY WooCommerce - Product Importer क्या है?
POKY WooCommerce - Product Importer https://poky.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import products from Multi platforms and Shopify stores to your store with one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में POKY WooCommerce - Product Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 - ...] )
एक्सटेंशन की मूल जानकारी
नाम | POKY WooCommerce - Product Importer |
ID | idhlmlghkdfhkmihiclmmoniklmhhook |
आधिकारिक URL | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
विवरण | Import products from Multi platforms and Shopify stores to your store with one click! |
फ़ाइल का आकार | 45.07 KB |
स्थापना संख्या | 956 |
वर्तमान संस्करण | 6.0.0 |
अंतिम अपडेट | 2024-02-07 |
प्रकाशन तिथि | 2020-11-01 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | 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 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 } |