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
Cos'è Swiss Budget Manager?
Swiss Budget Manager è un'estensione di Chrome sviluppata da Michael M, e la sua funzione principale è "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swiss Budget Manager
Scarica i file di estensione Swiss Budget Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
URL Ufficiale | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Descrizione | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Dimensione del File | 41.08 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-06-21 |
Data di Pubblicazione | 2017-06-21 |
Sviluppatore | Michael M |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |