Cash Counter

Easily count Australian cash

Cos'è Cash Counter?

Cash Counter è un'estensione di Chrome sviluppata da https://www.itsoftware.net.au, e la sua funzione principale è "Easily count Australian cash".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cash Counter

Scarica i file di estensione Cash Counter 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

                        Need to count your till before you close at the end of the day? Cash Counter provides an easy to use interface to add the amount of money you have up made for the day (designed for Australian Dollars but will support any currency that uses $0.05, $0.10, $0.20, $0.50, $1.00, $2.00, $5.00, $10.00, $20.00, $50.00 and $100.00 denominations).
It also supports a float from start of day!                    

Informazioni di Base sull'Estensione

Nome Cash Counter Cash Counter
ID pheiibbgoojfkdcbnbjbkfajjmgpmlak
URL Ufficiale https://chromewebstore.google.com/detail/cash-counter/pheiibbgoojfkdcbnbjbkfajjmgpmlak
Descrizione Easily count Australian cash
Dimensione del File 47.78 KB
Conteggio Installazioni 144
Versione Corrente 1.2.1
Ultimo Aggiornamento 2016-01-11
Data di Pubblicazione 2016-01-10
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://www.itsoftware.net.au
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cash Counter",
    "version": "1.2.1",
    "description": "Easily count Australian cash",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "calculator.html"
    },
    "author": "Nicholas Clark | IT Software",
    "permissions": [
        "",
        "storage"
    ]
}