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…

Hvad er Walmart Price Watch?

Walmart Price Watch er en Chrome-udvidelse udviklet af https://www.nukeprice.com, og dens hovedfunktion er "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…".

Udvidelsesskærmbilleder

screenshot

Download Walmart Price Watch-udvidelses-CRX-fil

Download Walmart Price Watch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Walmart Price Watch Walmart Price Watch
ID cceedijfcehkgbbapkjmooelhonlpomp
Officiel URL https://chromewebstore.google.com/detail/walmart-price-watch/cceedijfcehkgbbapkjmooelhonlpomp
Beskrivelse After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…
Filstørrelse 164 KB
Antal Installationer 185
Nuværende Version 1.0.0
Senest Opdateret 2019-06-24
Udgivelsesdato 2019-06-24
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler https://www.nukeprice.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://nukeprice.com/wpautoterms/privacy-policy
Understøttede Sprog 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"
    ]
}