Walmart Delivery Enhancement Suite
Find the best deals by sorting by price per ounce.
What is Walmart Delivery Enhancement Suite?
Walmart Delivery Enhancement Suite is a Chrome extension developed by SmartSort, and its main feature is "Find the best deals by sorting by price per ounce.".
Extension Screenshots
Download Walmart Delivery Enhancement Suite Extension CRX File
Download Walmart Delivery Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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`
Extension Basic Information
Name | |
ID | gmcaembdikfdbiblmoihidbknhhkbdec |
Official URL | https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec |
Description | Find the best deals by sorting by price per ounce. |
File Size | 59.59 KB |
Installation Count | 144 |
Current Version | 1.0.3 |
Last Updated | 2013-09-16 |
Publish Date | 2013-09-16 |
Rating | 1.00/5 Total 1 Ratings |
Developer | SmartSort |
Payment Type | free |
Supported Languages | 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 } ] } |