Dropshiply

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

Qu'est-ce que Dropshiply ?

Dropshiply est une extension Chrome développée par https://mydropshiply.com, et sa fonction principale est "Ease your dropshipping business, simply your product importing and automate your order fulfillment.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dropshiply

Téléchargez les fichiers d'extension Dropshiply au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Dropshiply Dropshiply
ID dfphgnklhjoejppnfiocgbojoigippml
URL Officiel https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml
Description Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Taille du Fichier 303 KB
Nombre d'Installations 217
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-07-23
Date de Publication 2022-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mydropshiply.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dropshiply.co/
URL de la Page d'Aide https://support.dropshiply.co/
URL de la Page de Politique de Confidentialité https://dropshiply.co/privacy-policy-2
Langues Prises en Charge 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'"
    }
}