Dropified
Dropified app helps you automate your drop shipping business.
什么是Dropified?
Dropified是由thewealthnetwork开发的Chrome扩展程序,该扩展的主要功能是“Dropified app helps you automate your drop shipping business.”。
扩展截图
下载Dropified扩展crx文件
下载Dropified扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dropified app helps you automate your drop shipping business.
Find items from 3rd party sites to sell on your Shopify store in a matter of seconds. The chrome extension works well with the paid web application and does the following:
- One Click Importing of Products to your Shopify store from AliExpress, AliBaba, eBay, Walmart, Amazon and many many more…
- One Click Order Fulfillment of AliExpress Orders
- Product Price Change and Availability Alerts
- Image Editors that work right on your Shopify store
- Automatic Updating of Tracking
and much much more... 扩展基本信息
| 名称 | |
| ID | andfkdmajakgfaegeepffdpejahkphje |
| 官方URL | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
| 简介 | Dropified app helps you automate your drop shipping business. |
| 文件大小 | 59.65 KB |
| 安装次数 | 1,163 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-03-17 |
| 上架时间 | 2017-03-17 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | thewealthnetwork |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://thewealthnetwork.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dropified",
"version": "1.0.0",
"manifest_version": 2,
"description": "Dropified app helps you automate your drop shipping business.",
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"browser_action": {
"default_icon": "icons\/logo128.png",
"default_title": "browser action demo"
},
"permissions": [
"https:\/\/*.aliexpress.com\/*",
"http:\/\/*.aliexpress.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"http:\/\/*.aliexpress.com\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"http:\/\/*.aliexpress.com\/*"
],
"js": [
"js\/jquery.js",
"js\/contentscript.js"
]
}
]
} | |