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
Eメール [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
}