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