AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

What is AliExpress Similar Products Finder?

AliExpress Similar Products Finder is a Chrome extension developed by http://aliimagesearch.com, and its main feature is "Find similar products from different sellers on ALiExpress".

Extension Screenshots

screenshot
screenshot
screenshot

Download AliExpress Similar Products Finder Extension CRX File

Download AliExpress Similar Products Finder 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 is the largest online marketplace in China. There are millions of items listed on Aliexpress, and the items come from a wide variety of suppliers scattered around China. As a result, it can be difficult to find other similar products to an item you're interested in purchasing on Aliexpress. With our chrome extension, you can easily find similar products from other suppliers by simply click on the extension icon while visiting the product page.

AliExpress is a booming e-commerce platform, with millions of products and thousands of sellers. It's very hard to find similar items from other suppliers using AliExpress product page, if you want to find a better supplier. That's why we developed this chrome extension, it helps users to find similar items from other suppliers online easily.                    

Extension Basic Information

Name AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
Official URL https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
Description Find similar products from different sellers on ALiExpress
File Size 28.31 KB
Installation Count 167
Current Version 0.0.0.2
Last Updated 2022-02-03
Publish Date 2022-02-03
Rating 1.00/5 Total 1 Ratings
Developer http://aliimagesearch.com
Email [email protected]
Payment Type free
Extension Website https://aliimagesearch.com/
Help Page URL https://aliimagesearch.com/contact-us/
Privacy Policy Page URL https://aliimagesearch.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Similar Products Finder",
    "description": "Find similar products from different sellers on ALiExpress",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/aaa16-01.png",
        "48": "images\/aaa48-01.png",
        "128": "images\/aaa128-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}