Save For .It

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

What is Save For .It?

Save For .It is a Chrome extension developed by http://savefor.it, and its main feature is "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Extension Screenshots

screenshot
screenshot
screenshot

Download Save For .It Extension CRX File

Download Save For .It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
Official URL https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Description Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
File Size 20.8 KB
Installation Count 23
Current Version 1.0.3.1
Last Updated 2015-11-12
Publish Date 2015-11-12
Developer http://savefor.it
Payment Type free
Extension Website https://savefor.it
Help Page URL https://savefor.it/help/
Supported Languages 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:\/\/*\/"
    ]
}