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. 扩展基本信息
| 名称 | |
| 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": [
" | |