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" } |