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
公式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
Eメール [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"
    ]
}