Expense tracker
Keep track of how much money you spend.
Cos'è Expense tracker?
Expense tracker è un'estensione di Chrome sviluppata da bluehibiscus02, e la sua funzione principale è "Keep track of how much money you spend.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Expense tracker
Scarica i file di estensione Expense tracker 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
Manage you online spending - you can easily add your online expenses and budget to keep track of the money you spend online!
You can:
- Set your own budget
- Add and remove expenses
You will be able to see your total expenses and sum of expenses per category Informazioni di Base sull'Estensione
| Nome | |
| ID | ojjgngofgiephidemegabngnehhnfoah |
| URL Ufficiale | https://chromewebstore.google.com/detail/expense-tracker/ojjgngofgiephidemegabngnehhnfoah |
| Descrizione | Keep track of how much money you spend. |
| Dimensione del File | 148 KB |
| Conteggio Installazioni | 76 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-08-27 |
| Data di Pubblicazione | 2021-08-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | bluehibiscus02 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Expense tracker",
"version": "0.1.0",
"description": "Keep track of how much money you spend.",
"manifest_version": 2,
"browser_action": {
"default_title": "Expense Tracker",
"default_popup": "popout.html"
},
"icons": {
"16": "image\/icon16.png",
"32": "image\/icon32.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
}
} | |