Dropified
Dropified app helps you automate your drop shipping business.
Dropified là gì?
Dropified là một tiện ích mở rộng Chrome được phát triển bởi thewealthnetwork, và tính năng chính của nó là "Dropified app helps you automate your drop shipping business.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dropified
Tải xuống các tệp mở rộng Dropified dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dropified |
ID | andfkdmajakgfaegeepffdpejahkphje |
URL Chính Thức | https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje |
Mô tả | Dropified app helps you automate your drop shipping business. |
Kích Thước Tệp | 59.65 KB |
Số Lần Cài Đặt | 1,163 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-03-17 |
Ngày Phát Hành | 2017-03-17 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | thewealthnetwork |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://thewealthnetwork.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |