Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

O que é Walmart Delivery Enhancement Suite?

Walmart Delivery Enhancement Suite é uma extensão do Chrome desenvolvida por SmartSort, e sua principal característica é "Find the best deals by sorting by price per ounce.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Walmart Delivery Enhancement Suite

Baixe arquivos de extensão Walmart Delivery Enhancement Suite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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`                    

Informações Básicas da Extensão

Nome Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
URL Oficial https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Descrição Find the best deals by sorting by price per ounce.
Tamanho do Arquivo 59.59 KB
Contagem de Instalações 144
Versão Atual 1.0.3
Última Atualização 2013-09-16
Data de Publicação 2013-09-16
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor SmartSort
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}