Dropshipr App Fulfilment Module

Order fulfilment module for Dropshipr Shopify app.

Wat is Dropshipr App Fulfilment Module?

Dropshipr App Fulfilment Module is een Chrome-extensie ontwikkeld door Ecomisoft, en de belangrijkste functie is "Order fulfilment module for Dropshipr Shopify app.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dropshipr App Fulfilment Module

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

                        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.                    

Basisinformatie over de Extensie

Naam Dropshipr App Fulfilment Module Dropshipr App Fulfilment Module
ID eoffangdakicjjnlaejafgncofpemcbl
Officiële URL https://chrome.google.com/webstore/detail/eoffangdakicjjnlaejafgncofpemcbl
Beschrijving Order fulfilment module for Dropshipr Shopify app.
Bestandsgrootte 78.61 KB
Aantal Installaties 66
Huidige Versie 1.0.11
Laatst Bijgewerkt 2017-02-04
Publicatiedatum 2017-02-04
Ontwikkelaar Ecomisoft
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}