Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Qu'est-ce que Walmart Delivery Enhancement Suite ?

Walmart Delivery Enhancement Suite est une extension Chrome développée par SmartSort, et sa fonction principale est "Find the best deals by sorting by price per ounce.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Walmart Delivery Enhancement Suite

Téléchargez les fichiers d'extension Walmart Delivery Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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`                    

Informations de Base sur l'Extension

Nom Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
URL Officiel https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Description Find the best deals by sorting by price per ounce.
Taille du Fichier 59.59 KB
Nombre d'Installations 144
Version Actuelle 1.0.3
Dernière Mise à Jour 2013-09-16
Date de Publication 2013-09-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur SmartSort
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}