Save For .It

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

Was ist Save For .It?

Save For .It ist eine Chrome-Erweiterung, die von http://savefor.it entwickelt wurde, und ihr Hauptmerkmal ist "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Save For .It-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save For .It-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
Offizielle URL https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Beschreibung Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Dateigröße 20.8 KB
Installationsanzahl 23
Aktuelle Version 1.0.3.1
Letztes Update 2015-11-12
Veröffentlichungsdatum 2015-11-12
Entwickler http://savefor.it
Zahlungsart free
Erweiterungswebsite https://savefor.it
Hilfeseite URL https://savefor.it/help/
Unterstützte Sprachen 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:\/\/*\/"
    ]
}