Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
What is Dropshipman-Aliexpress&Temu Product Importer?
Dropshipman-Aliexpress&Temu Product Importer is a Chrome extension developed by https://dropshipman.com, and its main feature is "Import and sync products from AliExpress / Temu to your Shopify store".
Extension Screenshots
Download Dropshipman-Aliexpress&Temu Product Importer Extension CRX File
Download Dropshipman-Aliexpress&Temu Product Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dropshipman-Aliexpress&Temu Product Importer |
ID | bobhjedlciclpchpelkgiojkmmfgnihg |
Official URL | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
Description | Import and sync products from AliExpress / Temu to your Shopify store |
File Size | 225 KB |
Installation Count | 4,000 |
Current Version | 2.1.0 |
Last Updated | 2024-02-27 |
Publish Date | 2020-08-20 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://dropshipman.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dropshipman.com/ |
Help Page URL | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
Privacy Policy Page URL | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
Supported Languages | 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": [ " |