Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Cos'è Walmart Delivery Enhancement Suite?

Walmart Delivery Enhancement Suite è un'estensione di Chrome sviluppata da SmartSort, e la sua funzione principale è "Find the best deals by sorting by price per ounce.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Walmart Delivery Enhancement Suite

Scarica i file di estensione Walmart Delivery Enhancement Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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`                    

Informazioni di Base sull'Estensione

Nome Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
URL Ufficiale https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Descrizione Find the best deals by sorting by price per ounce.
Dimensione del File 59.59 KB
Conteggio Installazioni 144
Versione Corrente 1.0.3
Ultimo Aggiornamento 2013-09-16
Data di Pubblicazione 2013-09-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore SmartSort
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}