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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}