Droppersstop

Import and dropship products

Was ist Droppersstop?

Droppersstop ist eine Chrome-Erweiterung, die von droppersstop entwickelt wurde, und ihr Hauptmerkmal ist "Import and dropship products".

Erweiterungsscreenshots

screenshot

Droppersstop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Droppersstop-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

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

Grundlegende Informationen zur Erweiterung

Name Droppersstop Droppersstop
ID bghflfbmnbdoggdefepjjhjofpddjgob
Offizielle URL https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob
Beschreibung Import and dropship products
Dateigröße 945 KB
Installationsanzahl 89
Aktuelle Version 3.4
Letztes Update 2020-07-25
Veröffentlichungsdatum 2020-04-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler droppersstop
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://droppersstop.com/
Hilfeseite URL https://droppersstop.com/contact
Unterstützte Sprachen 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\/*"
    ]
}