AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

AliExpress Similar Products Finder क्या है?

AliExpress Similar Products Finder http://aliimagesearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find similar products from different sellers on ALiExpress"।

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

screenshot
screenshot
screenshot

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

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

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

                        ALiExpress is the largest online marketplace in China. There are millions of items listed on Aliexpress, and the items come from a wide variety of suppliers scattered around China. As a result, it can be difficult to find other similar products to an item you're interested in purchasing on Aliexpress. With our chrome extension, you can easily find similar products from other suppliers by simply click on the extension icon while visiting the product page.

AliExpress is a booming e-commerce platform, with millions of products and thousands of sellers. It's very hard to find similar items from other suppliers using AliExpress product page, if you want to find a better supplier. That's why we developed this chrome extension, it helps users to find similar items from other suppliers online easily.                    

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

नाम AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
आधिकारिक URL https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
विवरण Find similar products from different sellers on ALiExpress
फ़ाइल का आकार 28.31 KB
स्थापना संख्या 167
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2022-02-03
प्रकाशन तिथि 2022-02-03
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://aliimagesearch.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aliimagesearch.com/
सहायता पृष्ठ URL https://aliimagesearch.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://aliimagesearch.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Similar Products Finder",
    "description": "Find similar products from different sellers on ALiExpress",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/aaa16-01.png",
        "48": "images\/aaa48-01.png",
        "128": "images\/aaa128-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}