Dropshiply
Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Cos'è Dropshiply?
Dropshiply è un'estensione di Chrome sviluppata da https://mydropshiply.com, e la sua funzione principale è "Ease your dropshipping business, simply your product importing and automate your order fulfillment.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dropshiply
Scarica i file di estensione Dropshiply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Dropshiply |
ID | dfphgnklhjoejppnfiocgbojoigippml |
URL Ufficiale | https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml |
Descrizione | Ease your dropshipping business, simply your product importing and automate your order fulfillment. |
Dimensione del File | 303 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2022-07-23 |
Data di Pubblicazione | 2022-06-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://mydropshiply.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dropshiply.co/ |
URL della Pagina di Aiuto | https://support.dropshiply.co/ |
URL della Pagina della Politica sulla Privacy | https://dropshiply.co/privacy-policy-2 |
Lingue Supportate | 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'" } } |