Dropshipr App Fulfilment Module

Order fulfilment module for Dropshipr Shopify app.

What is Dropshipr App Fulfilment Module?

Dropshipr App Fulfilment Module is a Chrome extension developed by Ecomisoft, and its main feature is "Order fulfilment module for Dropshipr Shopify app.".

Extension Screenshots

screenshot

Download Dropshipr App Fulfilment Module Extension CRX File

Download Dropshipr App Fulfilment Module extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dropshipr App Fulfilment Module Dropshipr App Fulfilment Module
ID eoffangdakicjjnlaejafgncofpemcbl
Official URL https://chrome.google.com/webstore/detail/eoffangdakicjjnlaejafgncofpemcbl
Description Order fulfilment module for Dropshipr Shopify app.
File Size 78.61 KB
Installation Count 66
Current Version 1.0.11
Last Updated 2017-02-04
Publish Date 2017-02-04
Developer Ecomisoft
Payment Type free
Supported Languages 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
        }
    ]
}