AliExpress Search By Image

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

Cos'è AliExpress Search By Image?

AliExpress Search By Image è un'estensione di Chrome sviluppata da https://aliseeks.com, e la sua funzione principale è "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AliExpress Search By Image

Scarica i file di estensione AliExpress Search By Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
Descrizione Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Dimensione del File 46.05 KB
Conteggio Installazioni 177,197
Versione Corrente 1.0.0.4
Ultimo Aggiornamento 2019-08-19
Data di Pubblicazione 2019-08-18
Valutazione 3.80/5 Totale 54 Valutazioni
Sviluppatore https://aliseeks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.aliseeks.com
URL della Pagina di Aiuto https://www.aliseeks.com
Lingue Supportate 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"
    }
}