Ezyflux product Importer

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

Vad är Ezyflux product Importer?

Ezyflux product Importer är en Chrome-tillägg utvecklad av ezyflux, och dess huvudfunktion är "Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ezyflux product Importer-förlängningens CRX-fil

Ladda ner Ezyflux product Importer-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

                        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.                    

Grundläggande Information om Tillägg

Namn Ezyflux product Importer Ezyflux product Importer
ID mdgkggnjgjcmfffpfmacdacoachmdbfp
Officiell webbadress https://chrome.google.com/webstore/detail/ezyflux-product-importer/mdgkggnjgjcmfffpfmacdacoachmdbfp
Beskrivning Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.
Filstorlek 1.09 MB
Antal Installationer 150
Aktuell Version 1.0.31
Senast Uppdaterad 2018-03-28
Publiceringsdatum 2018-03-28
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare ezyflux
Betalningssätt free
Tilläggswebbplats https://ezyflux.com
Hjälpsida URL https://ezyflux.com/support/
Stödda Språk 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"
    ]
}