Dropast - Taobao Importer for Shopify
Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.
ما هو Dropast - Taobao Importer for Shopify؟
Dropast - Taobao Importer for Shopify هو إضافة Chrome تم تطويرها بواسطة https://dropast.com، والميزة الرئيسية لها هي "Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dropast - Taobao Importer for Shopify
قم بتنزيل ملفات الامتداد Dropast - Taobao Importer for Shopify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | jfknabpdkdnghkijhngkklolokoeileg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dropast-taobao-importer-f/jfknabpdkdnghkijhngkklolokoeileg |
| الوصف | Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide. |
| حجم الملف | 22.37 KB |
| عدد التثبيتات | 553 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2022-05-13 |
| تاريخ النشر | 2022-05-13 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://dropast.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://dropast.com |
| عنوان صفحة المساعدة | https://dropast.com |
| اللغات المدعومة | 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"
}
} | |