Search by image on Aliexpress

Search goods by image on Aliexpress

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

Search by image on Aliexpress ad2x2media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search goods by image on Aliexpress"।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing "Search by image on Aliexpress" a powerful browser extension that revolutionizes your online picture search experience. Now, you can effortlessly discover and explore captivating visuals across multiple search engines, including AliExpress, all while unlocking amazing discounts and deals on cheaper goods.

Experience unparalleled efficiency as you search by image with this innovative tool. Say goodbye to constant browser tab switching and hello to streamlined searches. Whether you're seeking specific products or browsing through captivating visuals, Search by image on Aliexpress simplifies the process, saving you valuable time and effort.

Not only does Search by image on Aliexpress support multiple image search engines, but it also caters to your e-commerce needs. Easily find similar products on various e-commerce websites, unlocking a world of discounts and irresistible deals. No more settling for high-priced items when cheaper alternatives are just a click away.                    

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

नाम Search by image on Aliexpress Search by image on Aliexpress
ID blfmfjegpphakahaoheemhoocbfeagpb
आधिकारिक URL https://chromewebstore.google.com/detail/search-by-image-on-aliexp/blfmfjegpphakahaoheemhoocbfeagpb
विवरण Search goods by image on Aliexpress
फ़ाइल का आकार 57.92 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-05-27
प्रकाशन तिथि 2022-08-16
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर ad2x2media
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
{
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "image.png",
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "consts.js",
                "content-scripts.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "image.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "close.png",
                "next.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}