Dropast - Taobao Importer for Shopify
Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.
Wat is Dropast - Taobao Importer for Shopify?
Dropast - Taobao Importer for Shopify is een Chrome-extensie ontwikkeld door https://dropast.com, en de belangrijkste functie is "Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dropast - Taobao Importer for Shopify
Download Dropast - Taobao Importer for Shopify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jfknabpdkdnghkijhngkklolokoeileg |
| Officiële URL | https://chromewebstore.google.com/detail/dropast-taobao-importer-f/jfknabpdkdnghkijhngkklolokoeileg |
| Beschrijving | Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide. |
| Bestandsgrootte | 22.37 KB |
| Aantal Installaties | 553 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-05-13 |
| Publicatiedatum | 2022-05-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://dropast.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://dropast.com |
| Help Pagina-URL | https://dropast.com |
| Ondersteunde Talen | 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"
}
} | |