Walmart Only No Third Party Seller
Click the extension to filter product lists on Walmart by excluding third-party sellers.
Walmart Only No Third Party Sellerคืออะไร?
Walmart Only No Third Party Seller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mint Developers และคุณลักษณะหลักของมันคือ "Click the extension to filter product lists on Walmart by excluding third-party sellers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Walmart Only No Third Party Seller
ดาวน์โหลดไฟล์ส่วนขยาย Walmart Only No Third Party Seller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you search products on Walmart, do you sometimes want to see only products sold by Walmart.com, not by third party sellers? This extension does the filtering for you. How to use this extension: click the extension to filter out third-party sellers, when you are on a product list page (for example: a product search result page) from Walmart.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Walmart Only No Third Party Seller |
ID | jeoigkpfpgffhdiceflednochpdciahj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj |
คำอธิบาย | Click the extension to filter product lists on Walmart by excluding third-party sellers. |
ขนาดไฟล์ | 21.39 KB |
จำนวนการติดตั้ง | 1,379 |
เวอร์ชันปัจจุบัน | 5 |
อัปเดตครั้งล่าสุด | 2023-06-26 |
วันที่เผยแพร่ | 2020-08-30 |
คะแนน | 3.42/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Mint Developers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" }, "default_title": "Click the extension to exclude third party sellers on any product list pages on Walmart (e.g. search results). The icon changes if the exclusion succeeds." }, "description": "Click the extension to filter product lists on Walmart by excluding third-party sellers.", "manifest_version": 3, "name": "Walmart Only No Third Party Seller", "host_permissions": [ "http:\/\/*.walmart.com\/*", "https:\/\/*.walmart.com\/*" ], "permissions": [ "webRequest" ], "version": "5", "icons": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" } } |