Search by image on Aliexpress

The extension allows you to use any picture (photo) to quickly search for products on Aliexpress

Search by image on Aliexpress क्या है?

Search by image on Aliexpress itcashback द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to use any picture (photo) to quickly search for products on Aliexpress"।

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

screenshot
screenshot

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

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

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

                        What is this supplement for?

This add-on allows you to quickly find the goods you need (from the photo) in the popular Aliexpress store. If you saw goods on some website that you want to buy on Aliexpress you need to take a few simple steps:

1. Install this application "Search by image on Aliexpress" (you need to do it once)
2. On any site, click on the picture (photo) with the right mouse button.
3. In the context menu, click "Search Pictures on Aliexpress.ru"

After which you will be redirected to the website of Aliexpress store where as a result of the search
You will need goods. This is a very simple application that saves you time.                    

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

नाम Search by image on Aliexpress Search by image on Aliexpress
ID cmkhghjjbnkidoplhmeiplccpfkffpek
आधिकारिक URL https://chromewebstore.google.com/detail/search-by-image-on-aliexp/cmkhghjjbnkidoplhmeiplccpfkffpek
विवरण The extension allows you to use any picture (photo) to quickly search for products on Aliexpress
फ़ाइल का आकार 56.29 KB
स्थापना संख्या 696
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2023-12-10
प्रकाशन तिथि 2020-06-09
रेटिंग 3.44/5 कुल 18 रेटिंग्स
डेवलपर itcashback
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://serchimage.xyz/
गोपनीयता नीति पृष्ठ URL https://itcashback.com/site/privacy
समर्थित भाषाएँ en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.0",
    "icons": {
        "128": "\/img\/128.png",
        "48": "\/img\/48.png",
        "16": "\/img\/16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start page"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/serchimage.xyz\/"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}