Cash Counter

Easily count Australian cash

Qu'est-ce que Cash Counter ?

Cash Counter est une extension Chrome développée par https://www.itsoftware.net.au, et sa fonction principale est "Easily count Australian cash".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cash Counter

Téléchargez les fichiers d'extension Cash Counter 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

                        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!                    

Informations de Base sur l'Extension

Nom Cash Counter Cash Counter
ID pheiibbgoojfkdcbnbjbkfajjmgpmlak
URL Officiel https://chromewebstore.google.com/detail/cash-counter/pheiibbgoojfkdcbnbjbkfajjmgpmlak
Description Easily count Australian cash
Taille du Fichier 47.78 KB
Nombre d'Installations 144
Version Actuelle 1.2.1
Dernière Mise à Jour 2016-01-11
Date de Publication 2016-01-10
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://www.itsoftware.net.au
Type de Paiement free
Langues Prises en Charge 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"
    ]
}