Save For .It

Save For It is a budget-minded wishlist that saves all your online shopping lists in one place

Qu'est-ce que Save For .It ?

Save For .It est une extension Chrome développée par http://savefor.it, et sa fonction principale est "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Save For .It

Téléchargez les fichiers d'extension Save For .It 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

                        SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud.

Visit https://savefor.it for more information.                    

Informations de Base sur l'Extension

Nom Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
URL Officiel https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Description Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Taille du Fichier 20.8 KB
Nombre d'Installations 23
Version Actuelle 1.0.3.1
Dernière Mise à Jour 2015-11-12
Date de Publication 2015-11-12
Développeur http://savefor.it
Type de Paiement free
Site Web de l'Extension https://savefor.it
URL de la Page d'Aide https://savefor.it/help/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save For .It",
    "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place",
    "version": "1.0.3.1",
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Click to save for it!"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}