Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Что такое Walmart Delivery Enhancement Suite?

Walmart Delivery Enhancement Suite - это расширение Chrome, разработанное SmartSort, и его основная функция - "Find the best deals by sorting by price per ounce.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Walmart Delivery Enhancement Suite

Скачайте файлы расширений Walmart Delivery Enhancement Suite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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`                    

Основная информация о расширении

Название Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
Официальный URL https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Описание Find the best deals by sorting by price per ounce.
Размер файла 59.59 KB
Количество установок 144
Текущая Версия 1.0.3
Последнее Обновление 2013-09-16
Дата публикации 2013-09-16
Рейтинг 1.00/5 Всего 1 оценок
Разработчик SmartSort
Тип оплаты free
Поддерживаемые языки 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
        }
    ]
}