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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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