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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Walmart Deals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}