Amazon Search Tools
Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.
Что такое Amazon Search Tools?
Amazon Search Tools - это расширение Chrome, разработанное [email protected], и его основная функция - "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Search Tools
Скачайте файлы расширений Amazon Search Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | ifjakjbmablhabbglbakdbnnfaaeihej |
Официальный URL | https://chrome.google.com/webstore/detail/amazon-search-tools/ifjakjbmablhabbglbakdbnnfaaeihej |
Описание | Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others. |
Размер файла | 1.91 MB |
Количество установок | 465 |
Текущая Версия | 1.19 |
Последнее Обновление | 2020-07-11 |
Дата публикации | 2019-10-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | [email protected] |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://btcile.com |
Поддерживаемые языки | 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:\/\/*\/*" ] } |