Dropified Dropshipping
Automate product importing and fulfillment for your Dropshipping store
Wat is Dropified Dropshipping?
Dropified Dropshipping is een Chrome-extensie ontwikkeld door https://www.dropified.com, en de belangrijkste functie is "Automate product importing and fulfillment for your Dropshipping store".
Extensie Screenshots
Download het CRX-bestand van de extensie Dropified Dropshipping
Download Dropified Dropshipping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Dropified helps automate your drop shipping business. Dropified is a paid application for drop shipping business owners. The Chrome Extension works together with the web application and does a lot: - 1-Click Importing of Products to your Shopify store from various websites. - 1-Click Order Fulfillment of Orders - Product Price Change and Availability Alerts - Add Sub Users to help manage your business - Lightning Fast product research with Product Boards and "Save For Later" - 2 Built In Image Editors - Bulk Edit Mode - Automatic Updating of Supplier Order ID and Tracking Numbers - & Lots More Dropified was initially created in 2015 to automate dropshipping from AliExpress to Shopify and has helped thousands of E-commerce entrepreneurs automate their dropshipping business. Since then, Dropified has grown to support other platforms such as WooCommerce and GrooveKart. * View Dropified's Terms of Service here: https://app.dropified.com/terms-of-service/ * View Dropified's Privacy Policy here: https://www.dropified.com/privacy-policy/
Basisinformatie over de Extensie
Naam | Dropified Dropshipping |
ID | aogkkekoinpipjlolpcicigndjlcpdcn |
Officiële URL | https://chromewebstore.google.com/detail/dropified-dropshipping/aogkkekoinpipjlolpcicigndjlcpdcn |
Beschrijving | Automate product importing and fulfillment for your Dropshipping store |
Bestandsgrootte | 1.41 MB |
Aantal Installaties | 26,674 |
Huidige Versie | 5.0.11 |
Laatst Bijgewerkt | 2024-03-05 |
Publicatiedatum | 2020-07-04 |
Beoordeling | 4.79/5 Totaal 151 Beoordelingen |
Ontwikkelaar | https://www.dropified.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.dropified.com/ |
Help Pagina-URL | https://www.dropified.com/support |
URL van de Privacybeleid Pagina | https://www.dropified.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "5.0.11", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "homepage_url": "https:\/\/app.dropified.com", "background": { "service_worker": "bg-sw.js" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.dropified.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.alipay.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/contentscript.css" ], "run_at": "document_end", "all_frames": false } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.dropified.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "styles\/ebay_quick_save_button.css", "audit.html" ], "matches": [ " |