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是由https://dropast.com開發的Chrome擴展程式,該擴展的主要功能是“Easiest way to do dropshipping business. Import Taobao products into your Shopify store and start selling worldwide.”。
擴展截圖
下載Dropast - Taobao Importer for Shopify擴展crx文件
下載Dropast - Taobao Importer for Shopify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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 |
| 說明頁面URL | 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"
}
} | |