Wait For Savings List

Add to your Wait For Savings List

What is Wait For Savings List?

Wait For Savings List is a Chrome extension developed by https://waitforsavings.com, and its main feature is "Add to your Wait For Savings List".

Extension Screenshots

screenshot
screenshot

Download Wait For Savings List Extension CRX File

Download Wait For Savings List 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

                        [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.                    

Extension Basic Information

Name Wait For Savings List Wait For Savings List
ID kgigehgdhacalabeabeencmfbhlhkfoo
Official URL https://chromewebstore.google.com/detail/wait-for-savings-list/kgigehgdhacalabeabeencmfbhlhkfoo
Description Add to your Wait For Savings List
File Size 23.77 KB
Installation Count 72
Current Version 1.4.1
Last Updated 2016-08-12
Publish Date 2016-08-12
Rating 5.00/5 Total 2 Ratings
Developer https://waitforsavings.com
Email [email protected]
Payment Type free
Extension Website https://www.waitforsavings.com/add
Privacy Policy Page URL https://www.waitforsavings.com/privacy
Supported Languages 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
}