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…

O que é Walmart Price Watch?

Walmart Price Watch é uma extensão do Chrome desenvolvida por https://www.nukeprice.com, e sua principal característica é "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Walmart Price Watch

Baixe arquivos de extensão Walmart Price Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Walmart Price Watch Walmart Price Watch
ID cceedijfcehkgbbapkjmooelhonlpomp
URL Oficial https://chromewebstore.google.com/detail/walmart-price-watch/cceedijfcehkgbbapkjmooelhonlpomp
Descrição After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…
Tamanho do Arquivo 164 KB
Contagem de Instalações 185
Versão Atual 1.0.0
Última Atualização 2019-06-24
Data de Publicação 2019-06-24
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor https://www.nukeprice.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://nukeprice.com/wpautoterms/privacy-policy
Idiomas Suportados 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"
    ]
}