Dropshiply
Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Dropshiply क्या है?
Dropshiply https://mydropshiply.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ease your dropshipping business, simply your product importing and automate your order fulfillment."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dropshiply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } } |