AI product readAliExpress shopping assistant that performs AI-powered reverse image search to find similar products with the best prices on AliExpress (and other e-commerce platforms)
Finding the best deals when shopping on Chinese/Asian marketplaces is time-consuming due to many sellers offering the same products at different prices and quality levels. The extension automates product discovery by letting users right-click any image on the web to instantly find visually similar products on AliExpress.
User browses any website and finds a product image they like. They right-click the image → 'Search by Image' in context menu. The extension sends the image URL to its backend API which uses AI to identify the product and perform a reverse image search on AliExpress. Results are displayed in an overlay modal showing product images, titles, prices, sales counts, and ratings. Users can also use similar product search, AI Super Search, view reviews, browse trending items, and calculate reseller profit margins. Links to product pages include affiliate referral parameters.
Reverse image search on AliExpress via right-click context menuAI-powered 'Super Search' for deep product discoverySimilar products finder for currently viewed productsProduct reviews analysis with charts (star distribution, countries)Trending/hot products browsing (weekly and monthly)Profit calculator for resellers
- Target users
- Online shoppers looking for deals on AliExpress and similar platforms / Dropshippers and resellers comparing prices across Chinese marketplaces / Brazilian consumers (heavy focus on Brazilian e-commerce affiliates) / International bargain hunters
- The globalProgram.bundle.js file contains an extensive embedded MercadoLivre category database with premium/classic fee fields, but these are marketplace fee structures (not extension paid features) - the file is actually a Brazilian affiliate redirect system covering 30+ e-commerce sites.
- The extension has a secondary purpose as a Brazilian affiliate marketing aggregator (globalProgram.bundle.js) beyond its primary AliExpress shopping assistant functionality.
- The backend URL (primaz-aliexpress-bot.herokuapp.com) is a Heroku app whose server-side logic cannot be inspected from the extension source alone.
MonetizationNo paid features detected
The store description explicitly states 'AliAssist is a completely free tool, and you will never be charged for using it.' No payment platforms (Stripe, PayPal, etc.), subscription logic, feature gating, or upgrade UI exist in the source code. The 'premium' keyword hit in index.bundle.js refers to embedded MercadoLivre marketplace fee categories (sale_fee_amount.premium), not the extension's pricing. The extension monetizes through affiliate referral links (awin1.com, apretailer.com, monetizze.com.br, etc.) to e-commerce sites like AliExpress, Amazon, Shopee, Kabum, and many Brazilian retailers, but users are never charged.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension's core workflow (right-click on any image → context menu 'Search by Image' → view AliExpress product results) requires no authentication. The manifest requests only 'contextMenus' and 'storage' permissions. The background service worker calls a backend API (primaz-aliexpress-bot.herokuapp.com) without any auth headers, tokens, or credentials. No login UI, sign-in forms, or account creation flows exist in the source code. The only 'login' keyword hits are false positives from Bootstrap copyright text ('auth'), MercadoLivre shipping cost locale strings ('account'), and Chrome extension signature metadata ('jwt').