AliAssist: shopping assistant

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

什么是AliAssist: shopping assistant?

AliAssist: shopping assistant是由AliAssist开发的Chrome扩展程序,该扩展的主要功能是“Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载AliAssist: shopping assistant扩展crx文件

下载AliAssist: shopping assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AliAssist: shopping assistant AliAssist: shopping assistant
ID amembkpfochonfalpaelodhiaangjpih
官方URL https://chromewebstore.google.com/detail/aliassist-shopping-assist/amembkpfochonfalpaelodhiaangjpih
简介 Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.
文件大小 2.64 MB
安装次数 127,432
当前版本 0.0.0.33
更新时间 2023-10-31
上架时间 2022-04-07
评分 4.07/5 共60次评分
开发者 AliAssist
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ali-assist.com/
隐私政策页面URL https://www.ali-assist.com/politicas-de-privacidade
支持的语言 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"
}