Aliexpress Analyzer

This extension can help you view information and historical data trends of AliExpress stores and their products.

What is Aliexpress Analyzer?

Aliexpress Analyzer is a Chrome extension developed by ixspy.com, and its main feature is "This extension can help you view information and historical data trends of AliExpress stores and their products.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Aliexpress Analyzer Extension CRX File

Download Aliexpress Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Aliexpress tool for E-commerce sellers and Dropshippers. Aliexpress Analyzer is the No.1 Aliexpress analysis extension that help you quickly analyze store and product information, understand the recent trends of competitors, and further explore products through various unique functions.
---------------------------------------------------------------------------------------------------------------------------------
What functions does this extension has?

Product/store basic information
Quickly understand their basic information when browsing stores and products on the AliExpress official website.
Store: open time, positive feedback, reviews, favorites;
Product: category, TOP 3 countries, price, rate, orders, reviews, favorites, launched time, 7 days selling info, package size and weight.

Variety of trend charts
The year-long sales, comments, and collection trend charts can help you account for the recent expressions of target products and stores, allowing you to quickly tap product potential and analyze competitors

Product list 7-day sales data
Quickly view the data performance of related products in the past 7 days on the product list page of each category or store, and help you quickly locate your favorite products

Download images and videos by one-click
When you find the product you like, you can easily click and download the product video, main picture, SKU picture and description picture unlimitedly.

Search by Image on Aliexpress
Click on the red magnifying glass icon in the lower right corner of the product picture to open the image search and quickly find the same product

Regional pricing research
Query the prices of different SKUs of products in various countries, as well as the shipping costs and shipping methods of each delivery warehouse to these countries

Buyer show
View photos of buyers show, and download these photos with IXSPY data platform
---------------------------------------------------------------------------------------------------------------------------------
How to use it?
Just install the extension with Chrome browser, visit aliexpress.com, and it will show all things for you.
---------------------------------------------------------------------------------------------------------------------------------
As the best alternative of Aliniche、Alihunter、AliInsider、AliSave、AliScraper, Aliexpress Analyzer is your best partner for your E-commerce business. Try it now! For more Aliexpress products and stores analysis, please visit https://ixspy.com                    

Extension Basic Information

Name Aliexpress Analyzer Aliexpress Analyzer
ID dgldejonobpbjpaahflfadgmohodnmci
Official URL https://chromewebstore.google.com/detail/aliexpress-analyzer/dgldejonobpbjpaahflfadgmohodnmci
Description This extension can help you view information and historical data trends of AliExpress stores and their products.
File Size 2.07 MB
Installation Count 14,457
Current Version 1.7.1
Last Updated 2024-01-02
Publish Date 2020-12-24
Rating 4.57/5 Total 14 Ratings
Developer ixspy.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ixspy.com/private
Supported Languages de,en,fr,es,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aliexpress Analyzer",
    "version": "1.7.1",
    "description": "This extension can help you view information and historical data trends of AliExpress stores and their products.",
    "author": "ixspy",
    "default_locale": "en",
    "icons": {
        "48": "img\/smt.png",
        "128": "img\/smt.png"
    },
    "devtools_page": "html\/devtools.html",
    "permissions": [
        "tabs",
        "downloads",
        "cookies",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/ali.com\/*",
        "https:\/\/*.ixspy.com\/*",
        "https:\/\/*.ixspy.cn\/*",
        "https:\/\/ixspy.com\/*",
        "http:\/\/aliexpress.int.ixspy.com\/*",
        "https:\/\/user.ixspy.com\/*",
        "https:\/\/www.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "https:\/\/*.aliexpress.us\/*",
        "*:\/\/*.ixspy.com\/*",
        "https:\/\/sycm.aliexpress.com\/*",
        "https:\/\/csp.aliexpress.com\/*"
    ],
    "action": {
        "default_icon": "img\/smt.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/dchain-web.aliexpress.com\/*",
                "https:\/\/gsp.aliexpress.com\/*",
                "https:\/\/seller.aliexpress.com\/*"
            ],
            "matches": [
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/aliexpress.ru\/*",
                "https:\/\/www.aliexpress.ru\/*",
                "https:\/\/aliexpress.us\/*",
                "https:\/\/www.aliexpress.us\/*",
                "https:\/\/*.aliexpress.com\/store\/*",
                "https:\/\/*.aliexpress.ru\/store\/*",
                "https:\/\/*.aliexpress.us\/store\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/fr.aliexpress.com\/*",
                "https:\/\/es.aliexpress.com\/*",
                "https:\/\/pt.aliexpress.com\/*",
                "https:\/\/de.aliexpress.com\/*",
                "https:\/\/it.aliexpress.com\/*",
                "https:\/\/nl.aliexpress.com\/*",
                "https:\/\/tr.aliexpress.com\/*",
                "https:\/\/ja.aliexpress.com\/*",
                "https:\/\/ko.aliexpress.com\/*",
                "https:\/\/th.aliexpress.com\/*",
                "https:\/\/vi.aliexpress.com\/*",
                "https:\/\/ar.aliexpress.com\/*",
                "https:\/\/he.aliexpress.com\/*",
                "https:\/\/pl.aliexpress.com\/*",
                "https:\/\/id.aliexpress.com\/*",
                "https:\/\/ixspy-cn.oss-cn-hangzhou.aliyuncs.com\/*",
                "https:\/\/sycm.aliexpress.com\/*",
                "https:\/\/csp.aliexpress.com\/*"
            ],
            "js": [
                "js\/category.js",
                "js\/jquery.js",
                "js\/echarts.min.js",
                "js\/words.js",
                "js\/common_func.js",
                "js\/content_script_convey.js",
                "js\/content_script_dom.js",
                "js\/appendSmAndTj.js",
                "js\/longWords.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery.js",
                "js\/xhr.js",
                "js\/exten.cookie.js",
                "js\/xlsx.full.min.js",
                "js\/common_func.js",
                "js\/bootstrap.min.js",
                "js\/words.js",
                "js\/echarts.min.js",
                "js\/jszip.js",
                "js\/filesaver.js",
                "css\/bootstrap.min.css",
                "css\/plugin.css",
                "img\/*.png",
                "img\/loading_gif.gif",
                "fonts\/glyphicons-halflings-regular.ttf",
                "fonts\/glyphicons-halflings-regular.woff2",
                "fonts\/glyphicons-halflings-regular.woff",
                "js\/inject_web.js"
            ],
            "matches": [
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/aliexpress.ru\/*",
                "https:\/\/www.aliexpress.ru\/*",
                "https:\/\/aliexpress.us\/*",
                "https:\/\/www.aliexpress.us\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/fr.aliexpress.com\/*",
                "https:\/\/es.aliexpress.com\/*",
                "https:\/\/pt.aliexpress.com\/*",
                "https:\/\/de.aliexpress.com\/*",
                "https:\/\/it.aliexpress.com\/*",
                "https:\/\/nl.aliexpress.com\/*",
                "https:\/\/tr.aliexpress.com\/*",
                "https:\/\/ja.aliexpress.com\/*",
                "https:\/\/ko.aliexpress.com\/*",
                "https:\/\/th.aliexpress.com\/*",
                "https:\/\/vi.aliexpress.com\/*",
                "https:\/\/ar.aliexpress.com\/*",
                "https:\/\/he.aliexpress.com\/*",
                "https:\/\/pl.aliexpress.com\/*"
            ],
            "extension_ids": []
        }
    ]
}