AliExpress Search By Image

Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!

Hvad er AliExpress Search By Image?

AliExpress Search By Image er en Chrome-udvidelse udviklet af https://aliseeks.com, og dens hovedfunktion er "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AliExpress Search By Image-udvidelses-CRX-fil

Download AliExpress Search By Image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress.

Very easy to use, just right click on an Image and click "Search AliExpress By Image" .

* Install the chrome extension
* Find any image and right click "Search AliExpress By Image"
* Browse through results on Aliseeks.
* Click on products and view them on AliExpress.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

Grundlæggende oplysninger om udvidelsen

Navn AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
Officiel URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
Beskrivelse Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Filstørrelse 46.05 KB
Antal Installationer 177,197
Nuværende Version 1.0.0.4
Senest Opdateret 2019-08-19
Udgivelsesdato 2019-08-18
Bedømmelse 3.80/5 Samlet 54 Bedømmelser
Udvikler https://aliseeks.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.aliseeks.com
Hjælpeside-URL https://www.aliseeks.com
Understøttede Sprog en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.0.4",
    "author": "Alex Bello",
    "background": {
        "scripts": [
            "src\/environment.js",
            "src\/backgroundContextMenus.js",
            "src\/utilityFunctions.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Aliexpress Search By Image | Does not search Google"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    }
}