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 |
| 官方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 |
| 帮助页面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"
}
} | |