DROPSEEK - Product Sourcing app for Shopify

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

Co je DROPSEEK - Product Sourcing app for Shopify?

DROPSEEK - Product Sourcing app for Shopify je rozšíření Chrome vyvinuté Dropseek, a jeho hlavní funkcí je „Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DROPSEEK - Product Sourcing app for Shopify

Stáhněte si soubory rozšíření DROPSEEK - Product Sourcing app for Shopify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DROPSEEK - Product Sourcing app for Shopify DROPSEEK - Product Sourcing app for Shopify
ID cjekpooehbkibbkgdbfmcnmhgegklnmj
Oficiální URL https://chromewebstore.google.com/detail/dropseek-product-sourcing/cjekpooehbkibbkgdbfmcnmhgegklnmj
Popis Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.
Velikost souboru 864 KB
Počet instalací 4,332
Aktuální Verze 3.8.0
Poslední Aktualizace 2022-06-29
Datum Vydání 2019-11-09
Hodnocení 2.53/5 Celkem 17 Hodnocení
Vývojář Dropseek
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dropseek.co
URL Stránky Zásad Ochrany Soukromí https://dropseek.co/pages/privacy-policy
Podporované Jazyky 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"
    ]
}