Budget Manager
This extension tracks your overall spendings.
Co to jest Budget Manager?
Budget Manager to rozszerzenie Chrome opracowane przez Azad Labs, a jego główną funkcją jest „This extension tracks your overall spendings.”.
Pobierz plik CRX rozszerzenia Budget Manager
Pobierz pliki rozszerzeń Budget Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Calculate your spending. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kkiofekmelcpopjenhnjelgiaeifejjl |
| Oficjalny URL | https://chromewebstore.google.com/detail/budget-manager/kkiofekmelcpopjenhnjelgiaeifejjl |
| Opis | This extension tracks your overall spendings. |
| Rozmiar pliku | 41.3 KB |
| Liczba instalacji | 436 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-09-25 |
| Data Publikacji | 2017-09-24 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | Azad Labs |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Budget Manager",
"version": "1.0",
"description": "This extension tracks your overall spendings.",
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png",
"16": "img\/icon16.png"
},
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"scripts": [
"js\/eventPage.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"contextMenus"
]
} | |