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é es Swiss Budget Manager?
Swiss Budget Manager es una extensión de Chrome desarrollada por Michael M, y su función principal es "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Swiss Budget Manager
Descarga archivos de extensión Swiss Budget Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
URL Oficial | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Descripción | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Tamaño del Archivo | 41.08 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 1.0 |
Última Actualización | 2017-06-21 |
Fecha de Publicación | 2017-06-21 |
Desarrollador | Michael M |
Tipo de Pago | free |
Idiomas Soportados | 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" } |