Walmart Delivery Enhancement Suite
Find the best deals by sorting by price per ounce.
Walmart Delivery Enhancement Suiteคืออะไร?
Walmart Delivery Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartSort และคุณลักษณะหลักของมันคือ "Find the best deals by sorting by price per ounce."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Walmart Delivery Enhancement Suite
ดาวน์โหลดไฟล์ส่วนขยาย Walmart Delivery Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhances Walmart Delivery website by: - Automatically loading all items in an aisle (instead of having to load the next page) - Sorts items by price per ounce`
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gmcaembdikfdbiblmoihidbknhhkbdec |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec |
คำอธิบาย | Find the best deals by sorting by price per ounce. |
ขนาดไฟล์ | 59.59 KB |
จำนวนการติดตั้ง | 144 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2013-09-16 |
วันที่เผยแพร่ | 2013-09-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SmartSort |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Walmart Delivery Enhancement Suite", "description": "Find the best deals by sorting by price per ounce.", "version": "1.0.3", "permissions": [ "storage", "http:\/\/delivery.walmart.com\/", "http:\/\/www.smartpricesort.com\/" ], "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/delivery.walmart.com\/*" ], "css": [ "css\/smart_sort.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/smart_sort.js" ], "all_frames": true } ] } |