AliAssist: shopping assistant

Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.

What is AliAssist: shopping assistant?

AliAssist: shopping assistant is a Chrome extension developed by AliAssist, and its main feature is "Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AliAssist: shopping assistant Extension CRX File

Download AliAssist: shopping assistant 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

                        Find reliable sellers with the lowest price through a product image; Sales calculator; Download high-quality photos of the listings.

In China, there are various sellers with different prices and qualities; our extension will help you automate this research so you don't waste hours searching.

All our tools are free and available for you to use. We are constantly working to innovate every day and bring new updates to our users. We will not ask for any payment to download or use the Extension. It will be a pleasure to have you as our new user.

With Ali Assist, you will always be able to ensure the lowest price and the best quality for any product you want to import.

* Our Tools available for you:
- Image Search: When you are searching and looking at products on any platform, national and international, with just one click on the image of that product, we will quickly and automatically provide you with a list of international sellers showing the lowest prices and the best ratings of all the sellers for you to import.
This is excellent because we know that many products in China do not have a specific model or brand, and this way, with just the photo of the product, you will be able to find the best suppliers.

- Similar: While browsing the platform, you can intensify your search to find other seller options by clicking on "Similar." We will provide an automatic list of similar and related products, which may be in the same niche.
This tool will not only help you find the lowest price for the product you want but also show similar options. This way, you may find something even more qualified within the niche of the product you are researching.

- Trending Products: You will have access to a list of products and suppliers that are selling the most on the platform.
If you're unsure which product to import, this function will show you, in practice, what users are currently importing in various diverse niches.

- Download Listing Photos: In any platform listing, you can choose to download the photos to your computer/notebook with just one click.
Some users import products for personal use, while others do it for reselling. Knowing this, we created this tool to give you access to any photo.

- Sales Calculator: Automatically price the products for resale on Mercado Livre, Shopee, Facebook, and OLX.
If you're reselling imported products, this tool will make your life easier. With it, you'll be able to calculate the exact value to achieve the profit you desire.

AliAssist is a completely free tool, at no time will you be charged for using this tool. By downloading AliAssist, you agree that we can refer you to products through the aliexpress affiliate system. This referral will incur no cost to you and is just a way for us to get back to keep adding features for free.                    

Extension Basic Information

Name AliAssist: shopping assistant AliAssist: shopping assistant
ID amembkpfochonfalpaelodhiaangjpih
Official URL https://chromewebstore.google.com/detail/aliassist-shopping-assist/amembkpfochonfalpaelodhiaangjpih
Description Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.
File Size 2.64 MB
Installation Count 127,432
Current Version 0.0.0.33
Last Updated 2023-10-31
Publish Date 2022-04-07
Rating 4.07/5 Total 60 Ratings
Developer AliAssist
Email [email protected]
Payment Type free
Extension Website https://www.ali-assist.com/
Privacy Policy Page URL https://www.ali-assist.com/politicas-de-privacidade
Supported Languages en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.0.33",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.bundle.js",
                "searchByImage.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": [],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/aliAssist.png",
                "images\/mercado-livre-logo.png",
                "images\/local.png",
                "bootstrap-5.0.2-dist\/css\/bootstrap.min.css",
                "styles\/calculator.css",
                "bootstrap-5.0.2-dist\/js\/bootstrap.bundle.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "default_locale": "en"
}