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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}