DROPSEEK - Product Sourcing app for Shopify

Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.

Was ist DROPSEEK - Product Sourcing app for Shopify?

DROPSEEK - Product Sourcing app for Shopify ist eine Chrome-Erweiterung, die von Dropseek entwickelt wurde, und ihr Hauptmerkmal ist "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DROPSEEK - Product Sourcing app for Shopify-Erweiterungs-CRX-Datei herunterladen

Laden Sie DROPSEEK - Product Sourcing app for Shopify-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

                        Free Tool to import products from Aliexpress or Amazon to your Shopify store.
Easily Import: Fill your Shopify store by importing the best products from AliExpress or Amazon in just a few clicks.
We design Dropseek to be user-friendly even you are first time to use it. You just need to visit AliExpress or Amazon, use our Dropseek Chrome Extension to find the best products, and click the button on the products you’d like in your store.
More important, you can also further edit the product’s information after importation like pictures, variants, title, and/or description in little to no time at all.                    

Grundlegende Informationen zur Erweiterung

Name DROPSEEK - Product Sourcing app for Shopify DROPSEEK - Product Sourcing app for Shopify
ID cjekpooehbkibbkgdbfmcnmhgegklnmj
Offizielle URL https://chromewebstore.google.com/detail/dropseek-product-sourcing/cjekpooehbkibbkgdbfmcnmhgegklnmj
Beschreibung Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.
Dateigröße 864 KB
Installationsanzahl 4,332
Aktuelle Version 3.8.0
Letztes Update 2022-06-29
Veröffentlichungsdatum 2019-11-09
Bewertung 2.53/5 Insgesamt 17 Bewertungen
Entwickler Dropseek
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dropseek.co
URL der Datenschutzrichtlinien-Seite https://dropseek.co/pages/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DROPSEEK - Product Sourcing app for Shopify",
    "version": "3.8.0",
    "description": "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/disabled19.png",
            "38": "assets\/disabled38.png"
        },
        "default_title": "Product Sourcing app for Shopify"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.in\/*",
                "https:\/\/*\/*products\/*",
                "https:\/\/*.aliexpress.com\/store\/group\/*",
                "http:\/\/*.test\/app\/*",
                "https:\/\/*.dropseek.co\/app\/*",
                "https:\/\/dropseek.co\/app\/*",
                "https:\/\/shoppingcart.aliexpress.com\/*",
                "https:\/\/trade.aliexpress.com\/*",
                "https:\/\/*.patpat.com\/product\/*",
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/*.myshoplaza.com\/*",
                "https:\/\/*.onshopbase.com\/*",
                "https:\/\/out.dropseek.co\/*",
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/dev-dropseek-cp-xgrit.internal.codefriend.top\/*",
                "http:\/\/dev-dropseek-cp-xgrit.hk.codefriend.top\/*",
                "*:\/\/dev-dropseek-cp-xgrit.hk.codefriend.top\/*",
                "*:\/\/out.dropseek.co\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "inject.js",
        "assets\/icon128.png",
        "assets\/logo_index.png",
        "assets\/click.png"
    ]
}