Walmart Delivery Enhancement Suite
Find the best deals by sorting by price per ounce.
Wat is Walmart Delivery Enhancement Suite?
Walmart Delivery Enhancement Suite is een Chrome-extensie ontwikkeld door SmartSort, en de belangrijkste functie is "Find the best deals by sorting by price per ounce.".
Extensie Screenshots
Download het CRX-bestand van de extensie Walmart Delivery Enhancement Suite
Download Walmart Delivery Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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`
Basisinformatie over de Extensie
Naam | |
ID | gmcaembdikfdbiblmoihidbknhhkbdec |
Officiële URL | https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec |
Beschrijving | Find the best deals by sorting by price per ounce. |
Bestandsgrootte | 59.59 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2013-09-16 |
Publicatiedatum | 2013-09-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | SmartSort |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |