Budget Manager
Help track your spending and alert you when you've reached your limit!
Qu'est-ce que Budget Manager ?
Budget Manager est une extension Chrome développée par Unknown, et sa fonction principale est "Help track your spending and alert you when you've reached your limit!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Budget Manager
Téléchargez les fichiers d'extension 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
A chrome extension to accept users' spendings, display current total spending tally, set a spending limit, and notify the user if that limit is reached; as well as an options page to reset the total and limit. Right click on the extension icon to open the options page and set your spending limit. Left click on the extension icon to add to your total spending tally each time you make a purchase. You can also add to your total spending tally by highlighting the price of your purchase, anywhere in the browser, and selecting "SpendMoney" from the right-click menu. On the options page you can also reset your total spending tally to zero whenever you wish.
Informations de Base sur l'Extension
Nom | Budget Manager |
ID | kefbibfkinkpmcfdehfmdedogekjbpde |
URL Officiel | https://chromewebstore.google.com/detail/budget-manager/kefbibfkinkpmcfdehfmdedogekjbpde |
Description | Help track your spending and alert you when you've reached your limit! |
Taille du Fichier | 1.52 MB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-05-10 |
Date de Publication | 2020-05-09 |
Développeur | Unknown |
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": "Budget Manager", "version": "1.0", "description": "Help track your spending and alert you when you've reached your limit!", "icons": { "16": "images\/calc_16.png", "32": "images\/calc_32.png", "48": "images\/calc_48.png", "128": "images\/calc_128.png" }, "browser_action": { "default_icon": "images\/calc_16.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ] } |