AliExpress Image Search

Find the best suppliers with the lower prices for your products

AliExpress Image Search क्या है?

AliExpress Image Search AliChrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best suppliers with the lower prices for your products"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliExpress Image Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find the cheapest products with AliExpress search by image.

✜ Download
Choose the extension for AliExpress image search by Ali Chrome
Press the “Add to chrome” button
This extension only works on your Chrome browser

✜ Use and operation
The Search by image plugin helps you find the best products:
Starting from https://aliexpress.com/ itself as several sellers sell the same product at different prices and with different seller reviews
Starting from another site (dropshipping for example) and finding a supplier of this product.
The extension works by searching AliExpress by photo and then sorts the products by best match (which means the best price and bestseller via the simple image search)

 ▻ How to use Search by image Chrome extension ?
There are two ways to use photo search:
  1) Once the search by image extension is installed, a yellow logo appears in your browser
     a) Go to the product page which has an image
    b) Press the yellow lamb (the logo of the plugin)
    c) A yellow circle turns, like an hourglass to display the best offers. The yellow circle may spin for a few tens of seconds, this is the time needed to sort the best products. If there is an error detected, the yellow circle turns red.
    d) You can click on the first product displayed which will be the best product found by picture search

  2) You can also use it on any site to see if the product is available (to compare prices on Wish, Amazon, eBay etc ...). The extension image search works on any site.
    a) All you have to do is go to a product page of a competitor site that has an image
    b) Click on the image (right click) and press "search for the best deals" this will automatically generate the photo search from search by image AliExpress
    c) A page opens and allows you to display search results.
    d) You can thus find the best product by searching by image.


✜ Privacy and collection
Personal data is not required to use the extension.
The "search AliExpress by image" extension is in no way related to https://aliexpress.com/ or the Alibaba Company, the extension uses the Thieve API to allow users to find better products.
By using the extension "AliExpress reverse image search", you accept the T & Cs, you agree that the extension will be remunerated as a reporter by Alibaba on orders                    

एक्सटेंशन की मूल जानकारी

नाम AliExpress Image Search AliExpress Image Search
ID njlllopbaodhdhmjapohbblkimbchhkk
आधिकारिक URL https://chromewebstore.google.com/detail/aliexpress-image-search/njlllopbaodhdhmjapohbblkimbchhkk
विवरण Find the best suppliers with the lower prices for your products
फ़ाइल का आकार 1.99 MB
स्थापना संख्या 3,721
वर्तमान संस्करण 2.4
अंतिम अपडेट 2023-11-29
प्रकाशन तिथि 2020-10-26
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर AliChrome
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://offers.alichrome.io/
सहायता पृष्ठ URL http://offers.alichrome.io/
गोपनीयता नीति पृष्ठ URL http://offers.alichrome.io/privacy-and-cookies-policy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "2.4",
    "description": "__MSG_subtitle__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/confirm_order*",
                "*:\/\/shoppingcart.aliexpress.com\/orders.*",
                "*:\/\/*.aliexpress.com\/p\/trade\/confirm*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "js": [
                "js\/product-page.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "default_locale": "en"
}