ZarMoney Accounting Software

ZarMoney does it all... and does it better.

Co je ZarMoney Accounting Software?

ZarMoney Accounting Software je rozšíření Chrome vyvinuté http://zarmoney.com, a jeho hlavní funkcí je „ZarMoney does it all... and does it better.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ZarMoney Accounting Software

Stáhněte si soubory rozšíření ZarMoney Accounting Software ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.                    

Základní Informace o Rozšíření

Název ZarMoney Accounting Software ZarMoney Accounting Software
ID feohokffmmaakippjpanbidlehmabefm
Oficiální URL https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm
Popis ZarMoney does it all... and does it better.
Velikost souboru 7.79 KB
Počet instalací 234
Aktuální Verze 0.9
Poslední Aktualizace 2018-04-09
Datum Vydání 2018-04-09
Hodnocení 3.90/5 Celkem 10 Hodnocení
Vývojář http://zarmoney.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zarmoney.com/
URL Stránky Nápovědy https://help.ZarMoney.com
URL Stránky Zásad Ochrany Soukromí https://www.zarmoney.com/terms
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZarMoney Accounting Software",
    "short_name": "ZarMoney",
    "description": "ZarMoney does it all... and does it better.",
    "version": "0.9",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "ZarMoney Accounting Software"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}