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
官方網址 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
}