Walmart Delivery Enhancement Suite
Find the best deals by sorting by price per ounce.
Walmart Delivery Enhancement Suite क्या है?
Walmart Delivery Enhancement Suite SmartSort द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best deals by sorting by price per ounce."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Walmart Delivery Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |