Dropshiply

Ease your dropshipping business, simply your product importing and automate your order fulfillment.

Was ist Dropshiply?

Dropshiply ist eine Chrome-Erweiterung, die von https://mydropshiply.com entwickelt wurde, und ihr Hauptmerkmal ist "Ease your dropshipping business, simply your product importing and automate your order fulfillment.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Dropshiply-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dropshiply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Dropshiply Dropshiply
ID dfphgnklhjoejppnfiocgbojoigippml
Offizielle URL https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml
Beschreibung Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Dateigröße 303 KB
Installationsanzahl 217
Aktuelle Version 0.0.3
Letztes Update 2022-07-23
Veröffentlichungsdatum 2022-06-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://mydropshiply.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dropshiply.co/
Hilfeseite URL https://support.dropshiply.co/
URL der Datenschutzrichtlinien-Seite https://dropshiply.co/privacy-policy-2
Unterstützte Sprachen 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'"
    }
}