Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
Что такое Target Only No Third Party Sellers?
Target Only No Third Party Sellers - это расширение Chrome, разработанное Mint Developers, и его основная функция - "Click the extension to filter product lists on target.com by excluding third-party sellers.".
Снимки экрана расширения
Скачать файл CRX расширения Target Only No Third Party Sellers
Скачайте файлы расширений Target Only No Third Party Sellers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When you search products on target.com, do you sometimes want to see only products sold by Target, not by third party sellers? This extension does the filtering for you.
Основная информация о расширении
Название | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
Официальный URL | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
Описание | Click the extension to filter product lists on target.com by excluding third-party sellers. |
Размер файла | 7.31 KB |
Количество установок | 55 |
Текущая Версия | 1 |
Последнее Обновление | 2021-06-21 |
Дата публикации | 2021-06-20 |
Разработчик | Mint Developers |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/nonfiltered16.png", "48": "icons\/nonfiltered48.png", "128": "icons\/nonfiltered128.png" }, "default_title": "Click the extension to exclude third party sellers on target.com." }, "description": "Click the extension to filter product lists on target.com by excluding third-party sellers.", "manifest_version": 2, "name": "Target Only No Third Party Sellers", "permissions": [ "*:\/\/*.target.com\/*" ], "version": "1" } |