Amazon Search Tools
Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.
Qu'est-ce que Amazon Search Tools ?
Amazon Search Tools est une extension Chrome développée par [email protected], et sa fonction principale est "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Search Tools
Téléchargez les fichiers d'extension Amazon Search Tools 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
This application especially designed for searching products different kinds of platforms. You can easily find products which is suitable for dropshipping. If you are a buyer you can find your products easily. For seller and buyer this program save your special time. This can handle copy paste jobs easily. Supported platforms : Amazon North America Region Amazon Global Amazon Canada Amazon Mexico Amazon Europe Region Amazon Turkey (New) Amazon United Arab Emirates (NEW) Amazon France Amazon Germany Amazon Italy Amazon Spain Amazon UK Aliexpress Alibaba Ebay DealExtreme Walmart Global Walmart Canada Dhgate Target Tmart Tmall FocalPrice Geekbuying Turkish Websites gittigidiyor hepsiburada n11 akakce cimri
Informations de Base sur l'Extension
Nom | |
ID | ifjakjbmablhabbglbakdbnnfaaeihej |
URL Officiel | https://chrome.google.com/webstore/detail/amazon-search-tools/ifjakjbmablhabbglbakdbnnfaaeihej |
Description | Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others. |
Taille du Fichier | 1.91 MB |
Nombre d'Installations | 465 |
Version Actuelle | 1.19 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2019-10-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | [email protected] |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://btcile.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Search Tools", "version": "1.19", "description": "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "clipboardWrite", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ] } |