Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Co je Walmart Delivery Enhancement Suite?

Walmart Delivery Enhancement Suite je rozšíření Chrome vyvinuté SmartSort, a jeho hlavní funkcí je „Find the best deals by sorting by price per ounce.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Walmart Delivery Enhancement Suite

Stáhněte si soubory rozšíření Walmart Delivery Enhancement Suite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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`                    

Základní Informace o Rozšíření

Název Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
Oficiální URL https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Popis Find the best deals by sorting by price per ounce.
Velikost souboru 59.59 KB
Počet instalací 144
Aktuální Verze 1.0.3
Poslední Aktualizace 2013-09-16
Datum Vydání 2013-09-16
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář SmartSort
Typ Platby free
Podporované Jazyky 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
        }
    ]
}