Wait For Savings List

Add to your Wait For Savings List

什么是Wait For Savings List?

Wait For Savings List是由https://waitforsavings.com开发的Chrome扩展程序,该扩展的主要功能是“Add to your Wait For Savings List”。

扩展截图

screenshot
screenshot

下载Wait For Savings List扩展crx文件

下载Wait For Savings List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Wait For Savings List Wait For Savings List
ID kgigehgdhacalabeabeencmfbhlhkfoo
官方URL https://chromewebstore.google.com/detail/wait-for-savings-list/kgigehgdhacalabeabeencmfbhlhkfoo
简介 Add to your Wait For Savings List
文件大小 23.77 KB
安装次数 72
当前版本 1.4.1
更新时间 2016-08-12
上架时间 2016-08-12
评分 5.00/5 共2次评分
开发者 https://waitforsavings.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.waitforsavings.com/add
隐私政策页面URL https://www.waitforsavings.com/privacy
支持的语言 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
}