Save For .It

Save For It is a budget-minded wishlist that saves all your online shopping lists in one place

O que é Save For .It?

Save For .It é uma extensão do Chrome desenvolvida por http://savefor.it, e sua principal característica é "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save For .It

Baixe arquivos de extensão Save For .It 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

                        SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud.

Visit https://savefor.it for more information.                    

Informações Básicas da Extensão

Nome Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
URL Oficial https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Descrição Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Tamanho do Arquivo 20.8 KB
Contagem de Instalações 23
Versão Atual 1.0.3.1
Última Atualização 2015-11-12
Data de Publicação 2015-11-12
Desenvolvedor http://savefor.it
Tipo de Pagamento free
Site da Extensão https://savefor.it
URL da Página de Ajuda https://savefor.it/help/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save For .It",
    "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place",
    "version": "1.0.3.1",
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Click to save for it!"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}