AliExpress Search By Image
Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Qu'est-ce que AliExpress Search By Image ?
AliExpress Search By Image est une extension Chrome développée par https://aliseeks.com, et sa fonction principale est "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AliExpress Search By Image
Téléchargez les fichiers d'extension AliExpress Search By Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | AliExpress Search By Image |
ID | cpodebcggidjigndghagpkepglfbhali |
URL Officiel | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali |
Description | Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search! |
Taille du Fichier | 46.05 KB |
Nombre d'Installations | 177,197 |
Version Actuelle | 1.0.0.4 |
Dernière Mise à Jour | 2019-08-19 |
Date de Publication | 2019-08-18 |
Évaluation | 3.80/5 Total 54 Évaluations |
Développeur | https://aliseeks.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.aliseeks.com |
URL de la Page d'Aide | https://www.aliseeks.com |
Langues Prises en Charge | 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" } } |