AliExpress Search By Image
Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Was ist AliExpress Search By Image?
AliExpress Search By Image ist eine Chrome-Erweiterung, die von https://aliseeks.com entwickelt wurde, und ihr Hauptmerkmal ist "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".
Erweiterungsscreenshots
AliExpress Search By Image-Erweiterungs-CRX-Datei herunterladen
Laden Sie AliExpress Search By Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | AliExpress Search By Image |
ID | cpodebcggidjigndghagpkepglfbhali |
Offizielle URL | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali |
Beschreibung | Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search! |
Dateigröße | 46.05 KB |
Installationsanzahl | 177,197 |
Aktuelle Version | 1.0.0.4 |
Letztes Update | 2019-08-19 |
Veröffentlichungsdatum | 2019-08-18 |
Bewertung | 3.80/5 Insgesamt 54 Bewertungen |
Entwickler | https://aliseeks.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.aliseeks.com |
Hilfeseite URL | https://www.aliseeks.com |
Unterstützte Sprachen | 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" } } |