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開發的Chrome擴展程式,該擴展的主要功能是“Import and sync products from AliExpress / Temu to your Shopify store”。
擴展截圖
下載Dropshipman-Aliexpress&Temu Product Importer擴展crx文件
下載Dropshipman-Aliexpress&Temu Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |