Wait For Savings List

Add to your Wait For Savings List

Qu'est-ce que Wait For Savings List ?

Wait For Savings List est une extension Chrome développée par https://waitforsavings.com, et sa fonction principale est "Add to your Wait For Savings List".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wait For Savings List

Téléchargez les fichiers d'extension Wait For Savings List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Wait For Savings List Wait For Savings List
ID kgigehgdhacalabeabeencmfbhlhkfoo
URL Officiel https://chromewebstore.google.com/detail/wait-for-savings-list/kgigehgdhacalabeabeencmfbhlhkfoo
Description Add to your Wait For Savings List
Taille du Fichier 23.77 KB
Nombre d'Installations 72
Version Actuelle 1.4.1
Dernière Mise à Jour 2016-08-12
Date de Publication 2016-08-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://waitforsavings.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.waitforsavings.com/add
URL de la Page de Politique de Confidentialité https://www.waitforsavings.com/privacy
Langues Prises en Charge 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
}