Dropshipr App Fulfilment Module

Order fulfilment module for Dropshipr Shopify app.

Was ist Dropshipr App Fulfilment Module?

Dropshipr App Fulfilment Module ist eine Chrome-Erweiterung, die von Ecomisoft entwickelt wurde, und ihr Hauptmerkmal ist "Order fulfilment module for Dropshipr Shopify app.".

Erweiterungsscreenshots

screenshot

Dropshipr App Fulfilment Module-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dropshipr App Fulfilment Module-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

                        Order fulfilment module for Dropshipr Shopify app. The features are as following:
- Automatic order creation for AliExpress
- Automatic order creation for Ebay
- Automatic order creation for Amazon.
- Auto detect variant and address.

Installation and Usage:
- Add the extension to your browser and restart the browser.
- It will detect and collaborate with the Dropshipr app automatically.                    

Grundlegende Informationen zur Erweiterung

Name Dropshipr App Fulfilment Module Dropshipr App Fulfilment Module
ID eoffangdakicjjnlaejafgncofpemcbl
Offizielle URL https://chrome.google.com/webstore/detail/eoffangdakicjjnlaejafgncofpemcbl
Beschreibung Order fulfilment module for Dropshipr Shopify app.
Dateigröße 78.61 KB
Installationsanzahl 66
Aktuelle Version 1.0.11
Letztes Update 2017-02-04
Veröffentlichungsdatum 2017-02-04
Entwickler Ecomisoft
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropshipr App Fulfilment Module",
    "version": "1.0.11",
    "manifest_version": 2,
    "icons": {
        "16": "chrome-16x16.png",
        "48": "chrome-48x48.png",
        "128": "chrome-128x128.png"
    },
    "description": "Order fulfilment module for Dropshipr Shopify app.",
    "browser_action": {
        "default_icon": "chrome-16x16.png"
    },
    "permissions": [
        "tabs",
        "",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.dropshipr.co\/*",
                "http:\/\/localhost\/alicommerce\/*"
            ],
            "all_frames": true
        }
    ]
}