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 |
官方網址 | 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'" } } |