Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
Dropshipman-Aliexpress&Temu Product Importer क्या है?
Dropshipman-Aliexpress&Temu Product Importer https://dropshipman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import and sync products from AliExpress / Temu to your Shopify store"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dropshipman-Aliexpress&Temu Product Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Login the app DropShipMan in your shopify store 2. Go to Aliexpress.com/temu.com 3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu. 4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.
एक्सटेंशन की मूल जानकारी
नाम | Dropshipman-Aliexpress&Temu Product Importer |
ID | bobhjedlciclpchpelkgiojkmmfgnihg |
आधिकारिक URL | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
विवरण | Import and sync products from AliExpress / Temu to your Shopify store |
फ़ाइल का आकार | 225 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2020-08-20 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://dropshipman.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.dropshipman.com/ |
सहायता पृष्ठ URL | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
गोपनीयता नीति पृष्ठ URL | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshipman-Aliexpress&Temu Product Importer", "version": "2.1.0", "manifest_version": 3, "description": "Import and sync products from AliExpress \/ Temu to your Shopify store", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_title": "Dropshipman-Aliexpress&Temu Product Importer", "default_popup": "popup.html" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.temu.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.1688.com\/*", "*:\/\/*.dropshipman.com\/*" ], "js": [ ".\/content_scripts.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/api.dropshipman.com\/*", "https:\/\/test-api.dropshipman.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/logo128.png" ], "matches": [ " |