Walmart Delivery Enhancement Suite
Find the best deals by sorting by price per ounce.
Co to jest Walmart Delivery Enhancement Suite?
Walmart Delivery Enhancement Suite to rozszerzenie Chrome opracowane przez SmartSort, a jego główną funkcją jest „Find the best deals by sorting by price per ounce.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Walmart Delivery Enhancement Suite
Pobierz pliki rozszerzeń Walmart Delivery Enhancement Suite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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`
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gmcaembdikfdbiblmoihidbknhhkbdec |
Oficjalny URL | https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec |
Opis | Find the best deals by sorting by price per ounce. |
Rozmiar pliku | 59.59 KB |
Liczba instalacji | 144 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2013-09-16 |
Data Publikacji | 2013-09-16 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | SmartSort |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |