AliAssist: shopping assistant

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

Cos'è AliAssist: shopping assistant?

AliAssist: shopping assistant è un'estensione di Chrome sviluppata da AliAssist, e la sua funzione principale è "Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliAssist: shopping assistant

Scarica i file di estensione AliAssist: shopping assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AliAssist: shopping assistant AliAssist: shopping assistant
ID amembkpfochonfalpaelodhiaangjpih
URL Ufficiale https://chromewebstore.google.com/detail/aliassist-shopping-assist/amembkpfochonfalpaelodhiaangjpih
Descrizione Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.
Dimensione del File 2.64 MB
Conteggio Installazioni 127,432
Versione Corrente 0.0.0.33
Ultimo Aggiornamento 2023-10-31
Data di Pubblicazione 2022-04-07
Valutazione 4.07/5 Totale 60 Valutazioni
Sviluppatore AliAssist
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ali-assist.com/
URL della Pagina della Politica sulla Privacy https://www.ali-assist.com/politicas-de-privacidade
Lingue Supportate 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"
}