Swiss Budget Manager

Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more

Was ist Swiss Budget Manager?

Swiss Budget Manager ist eine Chrome-Erweiterung, die von Michael M entwickelt wurde, und ihr Hauptmerkmal ist "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".

Erweiterungsscreenshots

screenshot

Swiss Budget Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Swiss Budget Manager-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

                        Highlight the price of an item's price and right click to add it to your spending.

You can see your spending and your limit on the upper right corner.

Set your limit inside the options                    

Grundlegende Informationen zur Erweiterung

Name Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
Offizielle URL https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
Beschreibung Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
Dateigröße 41.08 KB
Installationsanzahl 40
Aktuelle Version 1.0
Letztes Update 2017-06-21
Veröffentlichungsdatum 2017-06-21
Entwickler Michael M
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swiss Budget Manager",
    "description": "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "options_page": "options.html"
}