Save For .It

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

¿Qué es Save For .It?

Save For .It es una extensión de Chrome desarrollada por http://savefor.it, y su función principal es "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Save For .It

Descarga archivos de extensión Save For .It en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
URL Oficial https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Descripción Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Tamaño del Archivo 20.8 KB
Cantidad de Instalaciones 23
Versión Actual 1.0.3.1
Última Actualización 2015-11-12
Fecha de Publicación 2015-11-12
Desarrollador http://savefor.it
Tipo de Pago free
Sitio Web de la Extensión https://savefor.it
URL de la Página de Ayuda https://savefor.it/help/
Idiomas Soportados 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:\/\/*\/"
    ]
}