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

Co to jest Swiss Budget Manager?

Swiss Budget Manager to rozszerzenie Chrome opracowane przez Michael M, a jego główną funkcją jest „Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Swiss Budget Manager

Pobierz pliki rozszerzeń Swiss 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
Oficjalny URL https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
Opis Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
Rozmiar pliku 41.08 KB
Liczba instalacji 40
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-21
Data Publikacji 2017-06-21
Deweloper Michael M
Typ Płatności free
Obsługiwane Języki 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"
}