Dropshiply
Ease your dropshipping business, simply your product importing and automate your order fulfillment.
什么是Dropshiply?
Dropshiply是由https://mydropshiply.com开发的Chrome扩展程序,该扩展的主要功能是“Ease your dropshipping business, simply your product importing and automate your order fulfillment.”。
扩展截图
下载Dropshiply扩展crx文件
下载Dropshiply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start importing your products directly from AliExpress to your store using Dropshiply's chrome extension. Simplify and automate your product importing process from AliExpress right in your store's dashboard. Dropshiply's chrome extension works efficiently and does a variety of tasks to ease our user's dropshipping business. * 1 Click Importing of products to your store. * 1 Click Automatic Order Fulfillment. * Filter millions of AliExpress products easily. * Import products to multiple stores. * Bulk product importer * and tons of more features. A lot more features are on the way. Stay tuned!
扩展基本信息
名称 | Dropshiply |
ID | dfphgnklhjoejppnfiocgbojoigippml |
官方URL | https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml |
简介 | Ease your dropshipping business, simply your product importing and automate your order fulfillment. |
文件大小 | 303 KB |
安装次数 | 217 |
当前版本 | 0.0.3 |
更新时间 | 2022-07-23 |
上架时间 | 2022-06-07 |
评分 | 5.00/5 共1次评分 |
开发者 | https://mydropshiply.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dropshiply.co/ |
帮助页面URL | https://support.dropshiply.co/ |
隐私政策页面URL | https://dropshiply.co/privacy-policy-2 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshiply", "description": "Ease your dropshipping business, simply your product importing and automate your order fulfillment.", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "window.html", "default_icon": { "16": "icon.png" } }, "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "https:\/\/mydropshiply.com\/*" ], "content_scripts": [ { "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/mydropshiply.com\/*", "https:\/\/www.aliexpress.com\/*", "https:\/\/shoppingcart.aliexpress.com\/*" ] } ], "content_security_policy": { "extension_page": "script-src 'self' https:\/\/mydropshiply.com\/*; object-src 'self'" } } |