Ezyflux product Importer

Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.

Co je Ezyflux product Importer?

Ezyflux product Importer je rozšíření Chrome vyvinuté ezyflux, a jeho hlavní funkcí je „Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ezyflux product Importer

Stáhněte si soubory rozšíření Ezyflux product Importer 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í

                        Import and synchronize your products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) directly into your Shopify, Woocommerce, and Ebay store and it is ready to be published on your store, all with 1 Click.
Ezyflux is a paid application created specifically for drop shipping business owners. By applying for this extension you will benefit from the following advantages:
Features:
With 1 Click you can import products directly into your store
Pricing Automation & Set Automatic Margins
Inventory Sync
Add products to your store from the search pages and the products pages
Import products variations (Title, Description, Weight, Pricing, Type, Pictures and more)
During the importation you can select the Category to which you prefer to affect your product to it
Save Money and stop hiring people to add products to your store manually
Save a lot of Time by Importing your products with one click
& Lots More

What I must know about Tinydeal
During your products import from Tinydeal, keep in mind that the websites products pictures are all watermarked. Unless you are ok with the original images, you can go ahead and customized them by putting new images yourself.
Important Notice
When you are importing your products from the Wholesalers, make sure to select the same currency in the Select Regional Settings (at the header) as the currency you are using at your store, otherwise the price value of the product will be different from what you would expect.
Gearbest Notice
When importing products with multiple variations, a new single product will be created specificly for each variation there is.                    

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

Název Ezyflux product Importer Ezyflux product Importer
ID mdgkggnjgjcmfffpfmacdacoachmdbfp
Oficiální URL https://chrome.google.com/webstore/detail/ezyflux-product-importer/mdgkggnjgjcmfffpfmacdacoachmdbfp
Popis Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.
Velikost souboru 1.09 MB
Počet instalací 150
Aktuální Verze 1.0.31
Poslední Aktualizace 2018-03-28
Datum Vydání 2018-03-28
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář ezyflux
Typ Platby free
Webové stránky Rozšíření https://ezyflux.com
URL Stránky Nápovědy https://ezyflux.com/support/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.31",
    "name": "Ezyflux product Importer",
    "short_name": "Ezyflux",
    "description": "Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.",
    "permissions": [
        "",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon19m.png",
            "38": "assets\/images\/icon38m.png"
        },
        "default_title": "Esyflux product Importer",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gearbest.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/style-gearbest.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script_gb.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/style-aliexpress.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script_ai.js",
                "js\/epacket.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.banggood.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/style-banggood.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script_bg.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tinydeal.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/style-tinydeal.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script_td.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/images\/addtowoo.png",
        "assets\/images\/addtowoom.png",
        "assets\/images\/close_blue.png",
        "assets\/images\/icon19.png",
        "assets\/images\/widget-loader-lg-en-.gif",
        "assets\/images\/feedback_loading.gif",
        "assets\/images\/ezy-checked-imported.png",
        "assets\/images\/ezy-fail-imported.png",
        "assets\/images\/push.svg",
        "assets\/images\/ship.svg"
    ]
}