Wait For Savings List

Add to your Wait For Savings List

Was ist Wait For Savings List?

Wait For Savings List ist eine Chrome-Erweiterung, die von https://waitforsavings.com entwickelt wurde, und ihr Hauptmerkmal ist "Add to your Wait For Savings List".

Erweiterungsscreenshots

screenshot
screenshot

Wait For Savings List-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wait For Savings List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Wait For Savings List Wait For Savings List
ID kgigehgdhacalabeabeencmfbhlhkfoo
Offizielle URL https://chromewebstore.google.com/detail/wait-for-savings-list/kgigehgdhacalabeabeencmfbhlhkfoo
Beschreibung Add to your Wait For Savings List
Dateigröße 23.77 KB
Installationsanzahl 72
Aktuelle Version 1.4.1
Letztes Update 2016-08-12
Veröffentlichungsdatum 2016-08-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://waitforsavings.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.waitforsavings.com/add
URL der Datenschutzrichtlinien-Seite https://www.waitforsavings.com/privacy
Unterstützte Sprachen 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
}