Walmart Price Watch

After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…

Walmart Price Watchคืออะไร?

Walmart Price Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nukeprice.com และคุณลักษณะหลักของมันคือ "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Walmart Price Watch

ดาวน์โหลดไฟล์ส่วนขยาย Walmart Price Watch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server nukeprice.com with your email address. When and only when the price for this item drops on Walmart, we will send you an email notification. You can also manage your watch list easily on the web.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Walmart Price Watch Walmart Price Watch
ID cceedijfcehkgbbapkjmooelhonlpomp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/walmart-price-watch/cceedijfcehkgbbapkjmooelhonlpomp
คำอธิบาย After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-06-24
วันที่เผยแพร่ 2019-06-24
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.nukeprice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://nukeprice.com/wpautoterms/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Walmart Price Watch",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Walmart Price Watch",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}