Dropshiply

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

Wat is Dropshiply?

Dropshiply is een Chrome-extensie ontwikkeld door https://mydropshiply.com, en de belangrijkste functie is "Ease your dropshipping business, simply your product importing and automate your order fulfillment.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dropshiply

Download Dropshiply-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

                        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!                    

Basisinformatie over de Extensie

Naam Dropshiply Dropshiply
ID dfphgnklhjoejppnfiocgbojoigippml
Officiële URL https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml
Beschrijving Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Bestandsgrootte 303 KB
Aantal Installaties 217
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-07-23
Publicatiedatum 2022-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://mydropshiply.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dropshiply.co/
Help Pagina-URL https://support.dropshiply.co/
URL van de Privacybeleid Pagina https://dropshiply.co/privacy-policy-2
Ondersteunde Talen 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'"
    }
}