Dropizi

Dropshipping, made easy!

Τι είναι το Dropizi;

Το Dropizi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dropizi.fr, και η κύρια λειτουργία του είναι "Dropshipping, made easy!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dropizi

Λήψη αρχείων επέκτασης Dropizi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        🚀 Get started with high quality Dropshipping from Dropizi.
🇫🇷 European suppliers with quality products. Make way for ethical Dropshipping!
😲 No prior knowledge needed and no need to invest in stock!


🚨 Take advantage of our 15-day free trial: https://www.dropizi.fr 🚨

 
A business, open to all!  

Follow the guide and discover the steps to creating your own store: 

Find your best-selling product
Create your amazing store
Generate your first sales
Boost your income


To help you succeed, Dropizi provides: 

✔ A complete and FREE training course (to understand the ins and outs of dropshipping and apply them in practice)

✔ All the tools that you need to create a successful Dropizi store (no additional modules or subscriptions needed, everything is transparent)

✔ Support from our expert team of Business Coaches

✔ This extension (which will enable you to automate everything and save time!)

✔ Multi-product or mono-product stores! 


The Dropizi extension will allow you to save time by:

🔎 Easily detecting the best-selling products on AliExpress (thanks to our DropiziRank)

⬇️ Importing, with just 1 click, products from AliExpress, BigBuy, BDropy and BusyX-Pro to your Dropizi store

🔄 Automating your orders on AliExpress, BigBuy, BDropy and BusyX-Pro

Behind the scenes at Dropizi is the WiziShop team, a renowned European ecommerce company that has already helped 8,000 retailers achieve success online.


🚨 15-day free trial! Sign up here: https://www.dropizi.fr 🚨


The French alternative to Shopify, Prestashop, Woocommerce and other extensions such as Oberlo that create dropshipping stores.

The extension enables you to use product catalogues from AliExpress, BigBuy, BusyX Pro and BDropy.

🔥 Dropizi is published by the ecommerce solution WiziShop                    

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

Όνομα Dropizi Dropizi
ID olpklbejjncfdahjneoccakeejfkihjd
Επίσημο URL https://chromewebstore.google.com/detail/dropizi/olpklbejjncfdahjneoccakeejfkihjd
Περιγραφή Dropshipping, made easy!
Μέγεθος Αρχείου 923 KB
Αριθμός Εγκαταστάσεων 10,412
Τρέχουσα Έκδοση 4.3.7
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 3.74/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://dropizi.fr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dropizi.fr
URL της Σελίδας Πολιτικής Απορρήτου https://www.dropizi.fr/privacy-policy
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.3.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.dropizi.fr",
    "browser_action": {
        "default_title": "Dropizi",
        "default_icon": "assets\/icon-128.png",
        "default_popup": "\/index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "options_ui": {
        "page": "\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "content-scripts\/background-script.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/best.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/p\/order\/index.htm*",
                "https:\/\/*.aliexpress.com\/p\/trade\/confirm.html*",
                "https:\/\/*.aliexpress.com\/p\/shoppingcart\/index.htm*",
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/orderDetail.htm*",
                "https:\/\/trade.aliexpress.com\/order_detail.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/orders.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*"
            ],
            "js": [
                "content-scripts\/aliexpress.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.bdroppy.com\/*",
                "https:\/\/dashsandbox.bdroppy.com\/*"
            ],
            "js": [
                "content-scripts\/bdroppy.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.bigbuy.eu\/*\/*"
            ],
            "js": [
                "content-scripts\/bigbuy.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brandsdistribution.com\/*\/catalog\/*"
            ],
            "js": [
                "content-scripts\/brandsdistribution.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.busyx.com\/*"
            ],
            "js": [
                "content-scripts\/busyx.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/admin.wizishop.com\/commandes-stats\/commandes\/*",
                "https:\/\/admin.wizishop.com\/produits\/*",
                "https:\/\/admin.dropizi.fr\/commandes-stats\/commandes\/*",
                "https:\/\/admin.dropizi.fr\/produits\/*",
                "https:\/\/admin.wizishop.com\/fr\/orders\/*",
                "https:\/\/admin.wizishop.com\/en\/orders\/*",
                "https:\/\/admin.wizishop.com\/fr\/products\/*",
                "https:\/\/admin.wizishop.com\/en\/products\/*",
                "https:\/\/admin.wizishop.com\/v3\/product\/edit\/*",
                "https:\/\/admin.dropizi.fr\/fr\/orders\/*",
                "https:\/\/admin.dropizi.fr\/en\/orders\/*",
                "https:\/\/admin.dropizi.fr\/fr\/products\/*",
                "https:\/\/admin.dropizi.fr\/en\/products\/*",
                "https:\/\/admin.dropizi.fr\/v3\/product\/edit\/*"
            ],
            "js": [
                "content-scripts\/wizishop.js"
            ],
            "run_at": "document_end"
        }
    ]
}