Walmart Deals

This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.

Что такое Walmart Deals?

Walmart Deals - это расширение Chrome, разработанное Wild Lion Software LLC, и его основная функция - "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.".

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

screenshot

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

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

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

                        This extension provides you with a quick way to view Walmart's Value of the Day and latest deals. Simply click on the extension button to see a listing of the deals.                    

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

Название Walmart Deals Walmart Deals
ID klhjnkppefffcpaoidilhdpdcoenpelj
Официальный URL https://chromewebstore.google.com/detail/walmart-deals/klhjnkppefffcpaoidilhdpdcoenpelj
Описание This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.
Размер файла 424 KB
Количество установок 1,172
Текущая Версия 0.0.2
Последнее Обновление 2015-03-22
Дата публикации 2015-03-21
Рейтинг 4.00/5 Всего 3 оценок
Разработчик Wild Lion Software LLC
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "28.0.0.0",
    "name": "Walmart Deals",
    "description": "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.",
    "version": "0.0.2",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.walmart.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Walmart"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}