Droppersstop

Import and dropship products

What is Droppersstop?

Droppersstop is a Chrome extension developed by droppersstop, and its main feature is "Import and dropship products".

Extension Screenshots

screenshot

Download Droppersstop Extension CRX File

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

                        This extension is used to import products from Aliexpress website into Shopify store                    

Extension Basic Information

Name Droppersstop Droppersstop
ID bghflfbmnbdoggdefepjjhjofpddjgob
Official URL https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob
Description Import and dropship products
File Size 945 KB
Installation Count 89
Current Version 3.4
Last Updated 2020-07-25
Publish Date 2020-04-03
Rating 5.00/5 Total 1 Ratings
Developer droppersstop
Email [email protected]
Payment Type free
Extension Website https://droppersstop.com/
Help Page URL https://droppersstop.com/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon16x16.png",
            "38": "images\/icon48x48.png"
        },
        "default_popup": "default.html",
        "default_title": "Droppersstop"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css",
                "css\/cat.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "scripts\/aliscrap.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/wishlist\/*",
                "https:\/\/*.aliexpress.com\/store\/new-arrivals\/*",
                "*:\/\/*.aliexpress.com\/af\/*",
                "*:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/store\/top-rated-products\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "https:\/\/*.aliexpress.com\/store\/group\/*",
                "https:\/\/*.aliexpress.com\/store\/*\/search*",
                "https:\/\/*.aliexpress.com\/store\/sale-items\/*",
                "https:\/\/*.aliexpress.com\/store\/all-*",
                "https:\/\/*.aliexpress.com\/dropshipper\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "scripts\/itemscrap.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "lib\/jquery.min.js",
                "scripts\/authorize.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        }
    ],
    "description": "Import and dropship products",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.droppersstop.com\/*",
            "*:\/\/*.aliexpress.com\/*"
        ]
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "128": "images\/icon128x128.png",
        "48": "images\/icon48x48.png"
    },
    "manifest_version": 2,
    "name": "Droppersstop",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.droppersstop.com\/*",
        "http:\/\/droppersstop.com\/*",
        "tabs",
        "storage"
    ],
    "version": "3.4",
    "web_accessible_resources": [
        "images\/*"
    ]
}