Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
Was ist Dropshipman-Aliexpress&Temu Product Importer?
Dropshipman-Aliexpress&Temu Product Importer ist eine Chrome-Erweiterung, die von https://dropshipman.com entwickelt wurde, und ihr Hauptmerkmal ist "Import and sync products from AliExpress / Temu to your Shopify store".
Erweiterungsscreenshots
Dropshipman-Aliexpress&Temu Product Importer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dropshipman-Aliexpress&Temu Product Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bobhjedlciclpchpelkgiojkmmfgnihg |
| Offizielle URL | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
| Beschreibung | Import and sync products from AliExpress / Temu to your Shopify store |
| Dateigröße | 225 KB |
| Installationsanzahl | 4,000 |
| Aktuelle Version | 2.1.0 |
| Letztes Update | 2024-02-27 |
| Veröffentlichungsdatum | 2020-08-20 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://dropshipman.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.dropshipman.com/ |
| Hilfeseite URL | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
| URL der Datenschutzrichtlinien-Seite | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
| Unterstützte Sprachen | 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": [
" | |