AliScout

Find the Amazon product on AliExpress

What is AliScout?

AliScout is a Chrome extension developed by Tim Mak, and its main feature is "Find the Amazon product on AliExpress".

Extension Screenshots

screenshot
screenshot

Download AliScout Extension CRX File

Download AliScout 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

                        Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them.

How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window.

The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. 

Current version is still in beta test, so please contact the developer if you encounter any issues.                    

Extension Basic Information

Name AliScout AliScout
ID jdkfkjlaacibhpcjjndhpgnfjanpnnbg
Official URL https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg
Description Find the Amazon product on AliExpress
File Size 78.8 KB
Installation Count 744
Current Version 0.9
Last Updated 2021-02-16
Publish Date 2021-02-16
Rating 5.00/5 Total 2 Ratings
Developer Tim Mak
Email [email protected]
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliScout",
    "manifest_version": 2,
    "version": "0.9",
    "description": "Find the Amazon product on AliExpress",
    "defaul_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/timmak.pythonanywhere.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}