Cscart Aliexpress Importer
It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
Cscart Aliexpress Importer क्या है?
Cscart Aliexpress Importer Webkul Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cscart Aliexpress Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now import products from AliExpress to CS-Cart store with this simple and useful extension. Use it with "CS-Cart AliExpress Dropshipping" add-on developed by Webkul. This will import products from Aliexpress.com to your CS-Cart store and you can start selling products of Aliexpress within your own store very easily. Get the more details here- https://webkul.com/blog/cs-cart-aliexpress-dropshipping/ Link to purchase the "CS-Cart AliExpress Dropshipping" - https://store.webkul.com/CS-Cart-AliExpress-Dropshipping.html HELP & SUGGESTIONS Please feel free to share your views here - http://webkul.uvdesk.com GET IN TOUCH Email us at [email protected] Blog http://webkul.com/blog
एक्सटेंशन की मूल जानकारी
नाम | Cscart Aliexpress Importer |
ID | mgncdkegcffhafnmjfonkghkehcekboi |
आधिकारिक URL | https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi |
विवरण | It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer. |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 295 |
वर्तमान संस्करण | 2.9.4 |
अंतिम अपडेट | 2023-07-18 |
प्रकाशन तिथि | 2019-10-22 |
रेटिंग | 3.00/5 कुल 7 रेटिंग्स |
डेवलपर | Webkul Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://webkul.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cscart Aliexpress Importer", "description": "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.", "version": "2.9.4", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/cscart_import.css" ] } ], "permissions": [], "icons": { "128": "resources\/image\/import-icon.png" }, "action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "resources\/image\/*.png", "resources\/js\/wk_cscartimporter.js", "resources\/js\/jquery.js", "resources\/style\/cscart_import.css" ], "matches": [ "https:\/\/*\/*" ] } ] } |