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是由https://www.nukeprice.com開發的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…”。

擴展截圖

screenshot

下載Walmart Price Watch擴展crx文件

下載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
官方網址 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"
    ]
}