Wait For Savings List

Add to your Wait For Savings List

O que é Wait For Savings List?

Wait For Savings List é uma extensão do Chrome desenvolvida por https://waitforsavings.com, e sua principal característica é "Add to your Wait For Savings List".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wait For Savings List

Baixe arquivos de extensão Wait For Savings List 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

                        [Official Wait For Savings extension.]

Wait For Savings Lists are universal. You can add anything from any website to your Wait For Savings List making it easier than ever to keep track of all the products you want to buy at the price you are willing to pay.

Once you download the Wait For Savings List extension to your Google Chrome browser -- start shopping. When you see something you want on any website, just click the “Add to your Wait For Savings List” button. A pop-up will open if you are not logged in on Wait For Savings.  Once logged in, or if you were already logged in, the item will appear in your Wait For Savings List.

To view your Wait For Savings List, go to https://www.waitforsavings.com/list. 

By using this add-on, you agree to the Wait For Savings Terms of Service available at https://www.waitforsavings.com/tos.                    

Informações Básicas da Extensão

Nome Wait For Savings List Wait For Savings List
ID kgigehgdhacalabeabeencmfbhlhkfoo
URL Oficial https://chromewebstore.google.com/detail/wait-for-savings-list/kgigehgdhacalabeabeencmfbhlhkfoo
Descrição Add to your Wait For Savings List
Tamanho do Arquivo 23.77 KB
Contagem de Instalações 72
Versão Atual 1.4.1
Última Atualização 2016-08-12
Data de Publicação 2016-08-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://waitforsavings.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.waitforsavings.com/add
URL da Página de Política de Privacidade https://www.waitforsavings.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wait For Savings List",
    "description": "Add to your Wait For Savings List",
    "version": "1.4.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Add to your Wait For Savings List",
        "default_icon": "images\/icon-48.png"
    },
    "manifest_version": 2
}