Save For .It

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

Hvad er Save For .It?

Save For .It er en Chrome-udvidelse udviklet af http://savefor.it, og dens hovedfunktion er "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Save For .It-udvidelses-CRX-fil

Download Save For .It-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
Officiel URL https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Beskrivelse Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Filstørrelse 20.8 KB
Antal Installationer 23
Nuværende Version 1.0.3.1
Senest Opdateret 2015-11-12
Udgivelsesdato 2015-11-12
Udvikler http://savefor.it
Betalingsmetode free
Udvidelseswebsted https://savefor.it
Hjælpeside-URL https://savefor.it/help/
Understøttede Sprog 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:\/\/*\/"
    ]
}