Ali Image Search - Search by Screenshot

Search similar products on AliExpress from anywhere by taking screenshot.

Ali Image Search - Search by Screenshot क्या है?

Ali Image Search - Search by Screenshot https://aliimagesearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search similar products on AliExpress from anywhere by taking screenshot."।

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

screenshot
screenshot
screenshot

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

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

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

                        Your experience of AliExpress image search will change by using this Extension. You don't need to save any image and upload it to search for similar products on AliExpress. You can take screenshots from anywhere on the internet. And search using the screenshot.

Suppose, you saw a product on a video, you want to buy it. You can take a screenshot from that video and search in real-time. 

This extension works on any website on the internet. Just click on the extension and select the product you want to search on AliExpress and click on the "Search" button. Or click on the "Reset" button to select another object. 

Please try to select the product only without excessive background or other items attached to it for better results.

If you face any issues you can always contact us by visiting https://aliimagesearch.com/contact-us/                    

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

नाम Ali Image Search - Search by Screenshot Ali Image Search - Search by Screenshot
ID gheeeapchogdoiooldhphkljnoephdje
आधिकारिक URL https://chromewebstore.google.com/detail/ali-image-search-search-b/gheeeapchogdoiooldhphkljnoephdje
विवरण Search similar products on AliExpress from anywhere by taking screenshot.
फ़ाइल का आकार 37.44 KB
स्थापना संख्या 138
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-02-09
प्रकाशन तिथि 2022-02-09
डेवलपर https://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": "Ali Image Search - Search by Screenshot",
    "description": "Search similar products on AliExpress from anywhere by taking screenshot.",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}