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

Qu'est-ce que Swiss Budget Manager ?

Swiss Budget Manager est une extension Chrome développée par Michael M, et sa fonction principale est "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swiss Budget Manager

Téléchargez les fichiers d'extension Swiss Budget Manager 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

                        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                    

Informations de Base sur l'Extension

Nom Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
URL Officiel https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
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
Taille du Fichier 41.08 KB
Nombre d'Installations 40
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-21
Date de Publication 2017-06-21
Développeur Michael M
Type de Paiement free
Langues Prises en Charge 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"
}