Ezyflux product Importer

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

Wat is Ezyflux product Importer?

Ezyflux product Importer is een Chrome-extensie ontwikkeld door ezyflux, en de belangrijkste functie is "Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ezyflux product Importer

Download Ezyflux product Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ezyflux product Importer Ezyflux product Importer
ID mdgkggnjgjcmfffpfmacdacoachmdbfp
Officiële URL https://chrome.google.com/webstore/detail/ezyflux-product-importer/mdgkggnjgjcmfffpfmacdacoachmdbfp
Beschrijving Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.
Bestandsgrootte 1.09 MB
Aantal Installaties 150
Huidige Versie 1.0.31
Laatst Bijgewerkt 2018-03-28
Publicatiedatum 2018-03-28
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ezyflux
Betalingswijze free
Extensiewebsite https://ezyflux.com
Help Pagina-URL https://ezyflux.com/support/
Ondersteunde Talen 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"
    ]
}