Wait For Savings List

Add to your Wait For Savings List

Wait For Savings Listคืออะไร?

Wait For Savings List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://waitforsavings.com และคุณลักษณะหลักของมันคือ "Add to your Wait For Savings List"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wait For Savings List

ดาวน์โหลดไฟล์ส่วนขยาย 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
}