DROPSEEK - Product Sourcing app for Shopify

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

Vad är DROPSEEK - Product Sourcing app for Shopify?

DROPSEEK - Product Sourcing app for Shopify är en Chrome-tillägg utvecklad av Dropseek, och dess huvudfunktion är "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner DROPSEEK - Product Sourcing app for Shopify-förlängningens CRX-fil

Ladda ner DROPSEEK - Product Sourcing app for Shopify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DROPSEEK - Product Sourcing app for Shopify DROPSEEK - Product Sourcing app for Shopify
ID cjekpooehbkibbkgdbfmcnmhgegklnmj
Officiell webbadress https://chromewebstore.google.com/detail/dropseek-product-sourcing/cjekpooehbkibbkgdbfmcnmhgegklnmj
Beskrivning Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.
Filstorlek 864 KB
Antal Installationer 4,332
Aktuell Version 3.8.0
Senast Uppdaterad 2022-06-29
Publiceringsdatum 2019-11-09
Betyg 2.53/5 Totalt 17 Betyg
Utvecklare Dropseek
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dropseek.co
URL till Sekretesspolicy Sidan https://dropseek.co/pages/privacy-policy
Stödda Språk 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"
    ]
}