AliExtractor Lite

AliExtractor is the top tool on the market for AliExpress Product Research!

AliExtractor Lite란 무엇입니까?

AliExtractor Lite은(는) TheDevelopmentMachine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AliExtractor is the top tool on the market for AliExpress Product Research!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AliExtractor Lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AliExtractor Lite is a free version of AliExtractor with limited features. It is the tool for AliExpress marketplace which allows you to do the following:
- Find Best-Selling AliExpress Products for You
- View Product Reviews
- Save Your Favorite Searches
- Compare Prices on 3rd Party Websites
- Download Your Images Instantly
- And Much, Much More!

AliExtractor is the top tool on the market for AliExpress Product Research
It uncovers exactly how many products a vendor is already selling per month on AliExpress (in units and sales dollars), saving you hundreds of hours on product research and helping you make smarter decisions for your e-commerce business.

Here are some popular AliExtractor's features you can use with this extensions:

BEST-SELLING PRODUCTS
You can find one bestseller after another – hidden gems, officially uncovered because then you can sell more higher converting, profitable products.


TRENDING PRODUCTS FOR YOUR NICHE
You can find out exactly which products you need to focus on because it’s expensive to advertise and you don’t want to waste any money or time marketing products that your customers may not want.


FLAWLESS FILTERS
Instantly filter by category or column and drill down to find exactly the parameters you are looking for because scrolling through our tool or spreadsheets is well…..pointless.


IDEA GENERATOR
Click your magic light bulb and let AliExtractor find products automatically because you should ONLY put in the parameters you are looking for and AliExtractor should do the grunt work.


EASILY EXPORT DATA
With the click of a button you can export a few, or a few thousand results into a CSV or XLS file allowing you to analyze the data however you see fit!


NET PROFIT CALCULATOR
Find out what cost you’d need to source the product for in order to still make a great profit and see what your bonus cash back could be.


SAVE SEARCHES
Find a good search you don’t want to lose? Save it, and come back later to dig deeper into your product research.


PRODUCT REVIEWS
Need to increase the conversions on your store? Download product reviews in just a few seconds and add top rated seller feedback to your products.


INSTANTLY DOWNLOAD IMAGES
You can download Images for your Ecommerce Store or Platform and easily upload them to create a great looking product.


STORE AND SAVE
Conveniently store and save your favorite searches because now with the click of a button, you can see all of your researched products.


EASY PRODUCT SOURCING
Easily research the cost and availability of products on AliExpress to see if it’s worthwhile competing in that niche.


RESEARCH YOUR NICHE
Find out exactly which category/nodes you need to focus on.


SAVE FAVORITES
Conveniently store and save your favorite searches because now with the click of a button, you can see all of your researched products.


RELATED SEARCHES
Instantly find the best-ranking related searches for your primary keyword and dig deeper into complimentary products you can easily add to your store to maximize profits.


RESEARCH CHILD / VARIATIONS
Quickly find out the child/ variations for AliExpress products to see exactly how they’re selling and determine the best ones.

And much much more...                    

확장 프로그램 기본 정보

이름 AliExtractor Lite AliExtractor Lite
ID hpjkfdjeaikfhkponnlcfkcagidigdfm
공식 URL https://chromewebstore.google.com/detail/aliextractor-lite/hpjkfdjeaikfhkponnlcfkcagidigdfm
설명 AliExtractor is the top tool on the market for AliExpress Product Research!
파일 크기 4.94 MB
설치 횟수 1,333
현재 버전 2.0.2
최근 업데이트 2023-09-07
출시 날짜 2020-03-16
평점 3.40/5 총 10 개의 평점
개발자 TheDevelopmentMachine
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://aliextractor.com/terms-of-service
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExtractor Lite",
    "short_name": "AliExtractor Lite",
    "version": "2.0.2",
    "description": "AliExtractor is the top tool on the market for AliExpress Product Research!",
    "icons": {
        "16": "images\/AliExtractor-Lite2.png",
        "48": "images\/AliExtractor-Lite2.png",
        "128": "images\/AliExtractor-Lite2.png"
    },
    "browser_action": {
        "default_icon": "images\/AliExtractor-Lite2.png",
        "default_popup": "html\/button.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.3.min.js",
            "js\/jszip\/jszip.min.js",
            "js\/common.js",
            "js\/downloadImages.js",
            "js\/prefab_searches.js",
            "js\/config.js",
            "js\/aliURLHelpers.js",
            "js\/getproducts.js",
            "js\/savedProduct.js",
            "js\/background.js",
            "js\/config.js",
            "js\/dropifiedCookies.js"
        ]
    },
    "homepage_url": "https:\/\/aliextractor.com\/",
    "content_security_policy": "script-src 'self' https:\/\/chrome.google.com\/ https:\/\/widget.manychat.com\/  https:\/\/manychat.com\/ https:\/\/connect.facebook.net\/ 'unsafe-eval' 'sha256-JFALnBq6pndDoTntwWxO\/03AIwA2Pj7A2f5GhDWWPUU=' 'sha256-Xi6t3EVFEOUOJ9b0LQHFb5pWDil89B\/MXWql\/7SsbWw='; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/es.aliexpress.com\/*",
                "*:\/\/fr.aliexpress.com\/*",
                "*:\/\/pt.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/ru.aliexpress.com\/*",
                "*:\/\/bestselling.aliexpress.com\/*",
                "*:\/\/*.dropified.com\/*",
                "*:\/\/shopifytools-pr-613.herokuapp.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/ui\/jquery-ui.js",
                "js\/common.js",
                "js\/async.min.js",
                "js\/contentscript.js",
                "js\/bhelpers.js"
            ],
            "css": [
                "js\/ui\/jquery-ui.min.css",
                "css\/onpage.css",
                "css\/admitad.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/onpage.html",
        "images\/*"
    ],
    "permissions": [
        "webRequest",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.us\/*",
        "tabs",
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email",
        "webRequest",
        "webRequestBlocking",
        "cookies"
    ],
    "oauth2": {
        "client_id": "774515174717-8ievvpvqe1de3hri1e8u6kl22cn5t695.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}