Dropast - Taobao Importer for Shopify
Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.
Was ist Dropast - Taobao Importer for Shopify?
Dropast - Taobao Importer for Shopify ist eine Chrome-Erweiterung, die von https://dropast.com entwickelt wurde, und ihr Hauptmerkmal ist "Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.".
Erweiterungsscreenshots
Dropast - Taobao Importer for Shopify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dropast - Taobao Importer for Shopify-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
Dropast is a new generation of dropshipping platforms that connects Shopify merchants and Taobao and Tmall sellers with a fulfillment center on a single platform. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jfknabpdkdnghkijhngkklolokoeileg |
| Offizielle URL | https://chromewebstore.google.com/detail/dropast-taobao-importer-f/jfknabpdkdnghkijhngkklolokoeileg |
| Beschreibung | Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide. |
| Dateigröße | 22.37 KB |
| Installationsanzahl | 553 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-05-13 |
| Veröffentlichungsdatum | 2022-05-13 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://dropast.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://dropast.com |
| Hilfeseite URL | https://dropast.com |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dropast - Taobao Importer for Shopify",
"description": "Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48icon.png",
"128": "\/images\/128.png"
}
},
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/48.png",
"128": "\/images\/icon128.png"
}
} | |