123seeks - Search products by image
Search products on AliExpress, DHGate, Banggood by image
Qu'est-ce que 123seeks - Search products by image ?
123seeks - Search products by image est une extension Chrome développée par https://123seeks.com, et sa fonction principale est "Search products on AliExpress, DHGate, Banggood by image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 123seeks - Search products by image
Téléchargez les fichiers d'extension 123seeks - Search products 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 products on AliExpress, DhGate, Banggood by any image. No google or any search engine Right click on image and search! 123seeks - Search products by image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress, DhGate, Banggood. Very easy to use, just right click on an Image and click "Search this image on AliExpress | DhGate | Banggood" . * Install the chrome extension * Find any image and right click "Search this image on AliExpress | DhGate | Banggood" * Browse through results on 123seeks. * Click on products and view them on AliExpress, DhGate, Banggood.
Informations de Base sur l'Extension
Nom | |
ID | pbfhbgjfabpcgmjlkdpleolnbndbdeff |
URL Officiel | https://chrome.google.com/webstore/detail/123seeks-search-products/pbfhbgjfabpcgmjlkdpleolnbndbdeff |
Description | Search products on AliExpress, DHGate, Banggood by image |
Taille du Fichier | 169 KB |
Nombre d'Installations | 380 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-04-26 |
Date de Publication | 2020-10-06 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | https://123seeks.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://123seeks.com |
URL de la Page de Politique de Confidentialité | https://123seeks.com/privacy-policy |
Langues Prises en Charge | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "homepage_url": "https:\/\/123seeks.com\/", "default_locale": "en", "background": { "persistent": true, "scripts": [ "background\/index.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/www.google-analytics.com\/*", "https:\/\/*.123seeks.com\/*", "contextMenus", "storage" ], "web_accessible_resources": [ "shared\/google-analytics-bundle.js", "icons\/webpack-38.png" ], "icons": { "16": "$assets\/webpack-16.png", "32": "$assets\/webpack-32.png", "128": "$assets\/webpack-128.png" }, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.1.0" } |