Ezyflux product Importer

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

什麼是Ezyflux product Importer?

Ezyflux product Importer是由ezyflux開發的Chrome擴展程式,該擴展的主要功能是“Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Ezyflux product Importer擴展crx文件

下載Ezyflux product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ezyflux product Importer Ezyflux product Importer
ID mdgkggnjgjcmfffpfmacdacoachmdbfp
官方網址 https://chrome.google.com/webstore/detail/ezyflux-product-importer/mdgkggnjgjcmfffpfmacdacoachmdbfp
簡介 Ezyflux allows you to easily import products from the biggest Wholesalers (Aliexpress, Gearbest, Banggood, Tinydeal) with one Click.
檔案大小 1.09 MB
安裝次數 150
目前版本 1.0.31
更新時間 2018-03-28
上架時間 2018-03-28
評分 3.67/5 共 3 次評分
開發者 ezyflux
付費類型 free
擴展官網 https://ezyflux.com
說明頁面URL https://ezyflux.com/support/
支援的語言 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"
    ]
}