Cash Counter

Easily count Australian cash

What is Cash Counter?

Cash Counter is a Chrome extension developed by https://www.itsoftware.net.au, and its main feature is "Easily count Australian cash".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cash Counter Extension CRX File

Download Cash Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Cash Counter Cash Counter
ID pheiibbgoojfkdcbnbjbkfajjmgpmlak
Official URL https://chromewebstore.google.com/detail/cash-counter/pheiibbgoojfkdcbnbjbkfajjmgpmlak
Description Easily count Australian cash
File Size 47.78 KB
Installation Count 144
Current Version 1.2.1
Last Updated 2016-01-11
Publish Date 2016-01-10
Rating 4.00/5 Total 2 Ratings
Developer https://www.itsoftware.net.au
Payment Type free
Supported Languages 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"
    ]
}