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 là gì?
Target Only No Third Party Sellers là một tiện ích mở rộng Chrome được phát triển bởi Mint Developers, và tính năng chính của nó là "Click the extension to filter product lists on target.com by excluding third-party sellers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Target Only No Third Party Sellers
Tải xuống các tệp mở rộng Target Only No Third Party Sellers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
URL Chính Thức | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
Mô tả | Click the extension to filter product lists on target.com by excluding third-party sellers. |
Kích Thước Tệp | 7.31 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2021-06-21 |
Ngày Phát Hành | 2021-06-20 |
Nhà Phát Triển | Mint Developers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |