DROPSEEK - Product Sourcing app for Shopify

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

Τι είναι το DROPSEEK - Product Sourcing app for Shopify;

Το DROPSEEK - Product Sourcing app for Shopify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dropseek, και η κύρια λειτουργία του είναι "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DROPSEEK - Product Sourcing app for Shopify

Λήψη αρχείων επέκτασης DROPSEEK - Product Sourcing app for Shopify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DROPSEEK - Product Sourcing app for Shopify DROPSEEK - Product Sourcing app for Shopify
ID cjekpooehbkibbkgdbfmcnmhgegklnmj
Επίσημο URL https://chromewebstore.google.com/detail/dropseek-product-sourcing/cjekpooehbkibbkgdbfmcnmhgegklnmj
Περιγραφή Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.
Μέγεθος Αρχείου 864 KB
Αριθμός Εγκαταστάσεων 4,332
Τρέχουσα Έκδοση 3.8.0
Τελευταία Ενημέρωση 2022-06-29
Ημερομηνία Δημοσίευσης 2019-11-09
Αξιολόγηση 2.53/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής Dropseek
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dropseek.co
URL της Σελίδας Πολιτικής Απορρήτου https://dropseek.co/pages/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}